Skip to content

feat: added parametrizable properties #22

feat: added parametrizable properties

feat: added parametrizable properties #22

name: Release
on:
push:
branches: ["main"]
jobs:
create_release:
name: Create release
uses: davidsonbrsilva/versioning-workflow/.github/workflows/create-release-template.yml@v1
with:
main_branch: "main"
use_v_prefix: false

Check failure on line 13 in .github/workflows/create-release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/create-release.yml (Line: 13, Col: 21): Invalid input, use_v_prefix is not defined in the referenced workflow. .github/workflows/create-release.yml (Line: 14, Col: 20): Invalid input, release_name is not defined in the referenced workflow.
release_name:
release_name_prefix:
permissions:
contents: write
upsert_major_version: # Optional
name: Upsert major version
needs: create_release
permissions:
contents: write
uses: davidsonbrsilva/versioning-workflow/.github/workflows/upsert-major-version-template.yml@v1
with:
version: ${{ needs.create_release.outputs.version }}