Skip to content

Commit

Permalink
Simplify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 20, 2024
1 parent a175aba commit dc257b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cut-new-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions-ecosystem/action-push-tag@v1
with:
tag: ${{ github.event.inputs.tag_name }}
- run: git tag ${{ github.event.inputs.tag_name }}
- run: git push origin ${{ github.event.inputs.tag_name }}

0 comments on commit dc257b9

Please sign in to comment.