Skip to content

Commit

Permalink
Extract binary version from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx committed Aug 30, 2023
1 parent 1a11067 commit 82b5f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protocol-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: set tag env
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF#refs/tags/protocol/}" >> $GITHUB_ENV
- name: install go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 82b5f1a

Please sign in to comment.