Skip to content

Commit

Permalink
Fix create release action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Dec 15, 2024
1 parent aa1f801 commit 56b22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "::set-output name=value::Change set since ${last_tag:-the beginning}: %0A%0A$changelog"
- name: GitHub Release
id: create_release
uses: actions/[email protected].1
uses: actions/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 56b22d8

Please sign in to comment.