Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Feb 7, 2024
1 parent ec6c686 commit 1db3122
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/map-semver-soft-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Map SemVer Soft Tag"
on:
release:
types:
- "published"
workflow_dispatch:
jobs:
main:
name: "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 1db3122

Please sign in to comment.