We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b7b9a commit 1dc59ecCopy full SHA for 1dc59ec
.github/workflows/release.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: jreleaser/release-action@v2
110
env:
111
JRELEASER_DRY_RUN: ${{ github.event.inputs.dryRun }}
112
- JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}${{ github.event.inputs.pythonVersionSuffix }}
+ JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}-alpha
113
JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
114
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
115
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
0 commit comments