Skip to content

Commit

Permalink
Merge pull request #28 from Cysharp/fix/tag_on_push
Browse files Browse the repository at this point in the history
chore: add git tag
  • Loading branch information
neuecc authored Feb 3, 2021
2 parents 6598430 + 0b15483 commit c1d3126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: echo "SHA ${SHA}"
env:
SHA: ${{ steps.commit.outputs.sha }}
- name: tag
run: git tag ${{ env.GIT_TAG }}
if: env.DRY_RUN == 'false'
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit c1d3126

Please sign in to comment.