Skip to content

Map SemVer Soft Tag

Map SemVer Soft Tag #2

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Map SemVer Soft Tag"
on:
release:
types:
- "published"
workflow_dispatch:
jobs:
main:

Check failure on line 9 in .github/workflows/map-semver-soft-tag.yml

View workflow run for this annotation

GitHub Actions / Map SemVer Soft Tag

Invalid workflow file

The workflow is not valid. .github/workflows/map-semver-soft-tag.yml (Line: 9, Col: 3): Error calling workflow 'hugoalh/hugoalh/.github/workflows/call-map-semver-soft-tag-1.yml@main'. The nested job 'main' is requesting 'contents: write', but is only allowed 'contents: none'.
name: "Main"
permissions: {}
uses: "hugoalh/hugoalh/.github/workflows/call-map-semver-soft-tag-1.yml@main"
with:
tagspattern_latest: |-
v{{Major}}
v{{Major}}.{{Minor}}