Skip to content

Commit

Permalink
Merge pull request #63 from mitre/update_softprops_to_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amndeep7 authored Jun 13, 2024
2 parents 20c62ae + 914cf10 commit 2d87b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "$(git tag -l --sort=taggerdate --format="%(contents:subject)" | tail -n 1)" > RELEASE_NOTES
echo "This release corresponds to the latest of the same major version for the SAF CLI." >> RELEASE_NOTES
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: RELEASE_NOTES
draft: true

0 comments on commit 2d87b5b

Please sign in to comment.