Skip to content

Commit

Permalink
Merge pull request #56 from samber/dependabot/github_actions/softprop…
Browse files Browse the repository at this point in the history
…s/action-gh-release-2

bump softprops/action-gh-release from 1 to 2
  • Loading branch information
samber authored Nov 10, 2024
2 parents 50f5d71 + 2bb8c42 commit 52bfa58
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 @@ -49,7 +49,7 @@ jobs:
git push origin ${{ inputs.semver }}
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ inputs.semver }}
tag_name: ${{ inputs.semver }}

0 comments on commit 52bfa58

Please sign in to comment.