Skip to content

Commit

Permalink
Do not allow to create tag from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Feb 9, 2025
1 parent 436766f commit f9999f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-tag-now.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
tag-creation:
name: "Tag creation"
runs-on: ubuntu-latest
if: "${{ ! startsWith(github.ref, 'refs/tags/') }}"
permissions:
contents: write # Needed to create a tag
actions: write # Needed to trigger a workflow
Expand Down

0 comments on commit f9999f6

Please sign in to comment.