Skip to content

Commit

Permalink
ci: update logic for determine branch for releases (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 authored Feb 22, 2024
1 parent 6f322ce commit 7b1633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buld-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: init
run: |
yarn
echo "release_tag=$(echo ${GITHUB_REF#refs/heads/})-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "release_tag=$(echo ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}})-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build contracts
run: |
Expand Down

0 comments on commit 7b1633b

Please sign in to comment.