Skip to content

Commit

Permalink
fix: react on git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Jan 31, 2025
1 parent 5042c7c commit 4697e54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-contracts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
push:
branches: [ main, develop ]
tags:
- '*'

workflow_dispatch:

Expand Down Expand Up @@ -34,5 +35,5 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.sha }}
tag_name: ${{ github.ref_name }}
files: contracts.zip

0 comments on commit 4697e54

Please sign in to comment.