Skip to content

Commit

Permalink
feat: repository tagging on dispatch from the emain repo[4]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 12, 2024
1 parent d379f6e commit b838850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 v${{ github.event.client_payload.version }}
git tag ${{ github.event.client_payload.tag }}
git push --tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b838850

Please sign in to comment.