Skip to content

Commit

Permalink
Use version instead of commit hash for action (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 28, 2023
1 parent 1f33ba8 commit bcf2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/framework-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cat body.md
- name: Release
uses: softprops/action-gh-release@de2c0eb
uses: softprops/action-gh-release@v1
with:
body_path: ./body.md
draft: true
Expand Down

0 comments on commit bcf2dfc

Please sign in to comment.