Skip to content

Commit

Permalink
Replace major version tagging with v2 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxdash authored Feb 15, 2024
1 parent a7039f9 commit 416b739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml → .github/workflows/tag-v2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tag v1
name: tag-v2

on:
workflow_dispatch:
Expand All @@ -18,7 +18,7 @@ jobs:
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
- name: Tag ${{ github.event.inputs.tag }} as v1
- name: Tag ${{ github.event.inputs.tag }} as v2
run: |
git tag v1 -f
git tag v2 -f
git push origin --tags -f

0 comments on commit 416b739

Please sign in to comment.