We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bf5cf commit 4a033a9Copy full SHA for 4a033a9
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Create Release
15
- uses: "marvinpinto/action-automatic-releases@latest"
+ uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
16
with:
17
repo_token: "${{ secrets.GITHUB_TOKEN }}"
18
automatic_release_tag: ${{ github.ref_name }}
0 commit comments