Skip to content

Commit

Permalink
Merge pull request #161 from zeldigas/renovate/softprops-action-gh-re…
Browse files Browse the repository at this point in the history
…lease-2.x

chore(deps): update softprops/action-gh-release action to v2
  • Loading branch information
zeldigas authored Mar 23, 2024
2 parents 349a991 + b31fcf7 commit d1e3115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ./.github/create_release_changes.sh
if: startsWith(github.ref, 'refs/tags/')
- name: Create github release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{env.RELEASE_VERSION}}
Expand Down

0 comments on commit d1e3115

Please sign in to comment.