Skip to content

Commit

Permalink
chore: removed version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Jan 30, 2025
1 parent 6d5ef9e commit 8f67f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: v${{ github.sha }}
tag_name: ${{ github.sha }}
files: contracts.zip

0 comments on commit 8f67f14

Please sign in to comment.