Skip to content

Commit c1d3126

Browse files
authored
Merge pull request #28 from Cysharp/fix/tag_on_push
chore: add git tag
2 parents 6598430 + 0b15483 commit c1d3126

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
run: echo "SHA ${SHA}"
4545
env:
4646
SHA: ${{ steps.commit.outputs.sha }}
47+
- name: tag
48+
run: git tag ${{ env.GIT_TAG }}
49+
if: env.DRY_RUN == 'false'
4750
- name: Push changes
4851
uses: ad-m/github-push-action@master
4952
with:

0 commit comments

Comments
 (0)