Skip to content

Commit

Permalink
try pass tag
Browse files Browse the repository at this point in the history
  • Loading branch information
steflsd committed Dec 14, 2023
1 parent 57d4b55 commit 4b19de0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,15 @@ jobs:

- name: Create tag
id: tag
needs: [semver]
run: |
git config user.name github-actions
git config user.email git@wer1.ai
git tag ${{ steps.semver.outputs.version }} -m "Tag from: ${{ github.sha }}"
git push --tags
- name: Pass Tag
id: pass
needs: [tag]
outputs:
tag: ${{ steps.tag.semver.outputs.version }}

0 comments on commit 4b19de0

Please sign in to comment.