We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to this line an input to pick the version to deploy in the workflow dispatch:
freegamescatcher-core/.github/workflows/ci-cd.yaml
Line 12 in 9b7a81d
Something like:
workflow_dispatch: # allow manual trigger inputs: version: description: "Version to release (e.g. 1.2.3)" required: true
So think to develop a mechanism to switch between ${{ steps.version.outputs.nextVersion }} and the input version.
${{ steps.version.outputs.nextVersion }}
Cf. this schema:
workflow-dispatch-version.pdf
The text was updated successfully, but these errors were encountered:
anthonypillot
No branches or pull requests
Add to this line an input to pick the version to deploy in the workflow dispatch:
freegamescatcher-core/.github/workflows/ci-cd.yaml
Line 12 in 9b7a81d
Something like:
So think to develop a mechanism to switch between
${{ steps.version.outputs.nextVersion }}
and the input version.Cf. this schema:
workflow-dispatch-version.pdf
The text was updated successfully, but these errors were encountered: