Skip to content

Commit

Permalink
Fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Oct 29, 2021
1 parent 8c4af25 commit d367d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-shadow-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Compute version
id: version
run: |
echo "::version name=deploy::$(./gradlew printGit | grep -m 1 -oP '^Version computed by GitSemVer: \K.*$')"
echo "::version name=version::$(./gradlew printGit | grep -m 1 -oP '^Version computed by GitSemVer: \K.*$')"
- uses: ncipollo/release-action@v1
with:
artifacts: "build/shadow/*-all.jar"
Expand Down

0 comments on commit d367d7b

Please sign in to comment.