Skip to content

Commit

Permalink
feat: repository tagging on dispatch from the emain repo[2]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 11, 2024
1 parent dbded99 commit 06b1ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Create tag
run: |
git tag -a v${{ github.event.client_payload.version }}
git push origin v${{ github.event.client_payload.version }}
git tag -a v${{ github.event.client_payload.tag }}
git push --tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06b1ce2

Please sign in to comment.