Skip to content

Commit 655976f

Browse files
committed
GitHub Actions: use version instead of SHA for softprops/action-gh-release
1 parent 00df5d0 commit 655976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "RELEASE_NAME=${GITHUB_REF_NAME#v}" >> "$GITHUB_ENV"
4747
4848
- name: Create or update GitHub release
49-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
49+
uses: softprops/action-gh-release@v2
5050
with:
5151
tag_name: ${{ env.TAG_NAME }}
5252
name: ${{ env.RELEASE_NAME }}

0 commit comments

Comments
 (0)