Skip to content

Commit

Permalink
feat: New web3 provider version (#583)
Browse files Browse the repository at this point in the history
* feat: New web3 provider version

* feat: New web3 provider version

* fix: Adding v prefix to tag
  • Loading branch information
y3fers0n authored Dec 3, 2024
1 parent a09db1e commit f3ba98d
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 @@ -45,7 +45,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get-next-version.outputs.new-release-version }}
tag_name: v${{ steps.get-next-version.outputs.new-release-version }}
release_name:
Release ${{ steps.get-next-version.outputs.new-release-version }}
body: |
Expand Down

0 comments on commit f3ba98d

Please sign in to comment.