Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Feb 9, 2024
1 parent 52fab8c commit edd2c0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/map-semver-soft-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
jobs:
main:
name: "Main"
permissions:
contents: "write"
uses: "hugoalh/hugoalh/.github/workflows/call-map-semver-soft-tag-1.yml@main"
permissions: {}
uses: "hugoalh/hugoalh/.github/workflows/call-map-semver-soft-tag-0.yml@main"
with:
tagspattern_latest: |-
v{{Major}}
v{{Major}}.{{Minor}}
secrets:
token: "${{secrets.PAT_MAP_SEMVER_SOFT_TAG}}"

0 comments on commit edd2c0a

Please sign in to comment.