Skip to content

Commit

Permalink
Merge pull request #14 from fwilhe2/patch-1
Browse files Browse the repository at this point in the history
Update softprops/action-gh-release to address node 16 deprecation
  • Loading branch information
garronej authored May 19, 2024
2 parents e8ce60a + e316c0d commit 21f7235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
needs:
- check_if_version_upgraded
steps:
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }}
tag_name: v${{ needs.check_if_version_upgraded.outputs.to_version }}
Expand Down

0 comments on commit 21f7235

Please sign in to comment.