Skip to content

Commit

Permalink
use commit hash to fix version of github action
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsDammenhayn committed Sep 26, 2024
1 parent 0a487bc commit 210f2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # 6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...

0 comments on commit 210f2d7

Please sign in to comment.