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 b03ce37 commit 8ed16d1Copy full SHA for 8ed16d1
.github/workflows/early-access.yml
@@ -87,7 +87,7 @@ jobs:
87
uses: jreleaser/release-action@v1
88
with:
89
version: early-access
90
- arguments: full-release -p artifactsDir=artifacts
+ arguments: full-release -P artifactsDir=artifacts
91
env:
92
JRELEASER_PROJECT_VERSION: ${{ steps.vars.outputs.version }}
93
JRELEASER_GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Release
100
101
102
103
104
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
105
0 commit comments