Skip to content

Commit 8ed16d1

Browse files
committed
[chore] Fix release workflows
1 parent b03ce37 commit 8ed16d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: jreleaser/release-action@v1
8888
with:
8989
version: early-access
90-
arguments: full-release -p artifactsDir=artifacts
90+
arguments: full-release -P artifactsDir=artifacts
9191
env:
9292
JRELEASER_PROJECT_VERSION: ${{ steps.vars.outputs.version }}
9393
JRELEASER_GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Release
100100
uses: jreleaser/release-action@v1
101101
with:
102-
arguments: full-release -p artifactsDir=artifacts
102+
arguments: full-release -P artifactsDir=artifacts
103103
env:
104104
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
105105
JRELEASER_GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)