Skip to content

Commit

Permalink
Merge pull request #22 from axone-protocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…softprops/action-gh-release-2

chore(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
ccamel authored Jun 14, 2024
2 parents fd23ee1 + 970ac6e commit 69ac5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets[matrix.registry.auth-token-secret] }}

- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body: Schema changelog avalaible on [contract repository](https://github.com/axone-protocol/contracts/blob/${{ github.ref_name }}/CHANGELOG.md).

0 comments on commit 69ac5b0

Please sign in to comment.