Skip to content

Commit

Permalink
chore: add git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Feb 3, 2021
1 parent 972a0f5 commit 0b15483
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 0b15483

Please sign in to comment.