Skip to content

Commit 9709ed2

Browse files
committed
Fix release command line in github action.
1 parent 454c5e4 commit 9709ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: vars
2323
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
2424
- name: Build artifacts
25-
run: ./gradlew -Penv=production -Prelease= ${{ steps.vars.outputs.tag }} -PbuildNumber=${{ steps.buildnumber.outputs.build_number }} clean assemble
25+
run: ./gradlew -Penv=production -Prelease=${{ steps.vars.outputs.tag }} -PbuildNumber=${{ steps.buildnumber.outputs.build_number }} clean assemble
2626
- uses: ncipollo/release-action@v1
2727
with:
2828
artifacts: "build/distributions/sdkman-cli-*.zip"

0 commit comments

Comments
 (0)