Skip to content

Commit

Permalink
Fix release workflow (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoktorski authored Feb 18, 2025
1 parent 0f3891a commit 37f897e
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 @@ -122,7 +122,7 @@ jobs:
- name: Create GitHub release
id: create-release
uses: taiki-e/create-gh-release-action@ceeaaf73c0f3f0cadd7bfd9b4d27de4076891fc2
uses: taiki-e/create-gh-release-action@b7abb0cf5e72cb5500307b577f9ca3fd4c5be9d2 # v1.8.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
changelog: CHANGELOG.md
Expand Down

0 comments on commit 37f897e

Please sign in to comment.