Skip to content

Commit

Permalink
Re-try to export the version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Nov 1, 2021
1 parent d367d7b commit 61aaf4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-shadow-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Compute version
id: version
run: |
echo "::version name=version::$(./gradlew printGit | grep -m 1 -oP '^Version computed by GitSemVer: \K.*$')"
VERSION="$(./gradlew printGit | grep -m 1 -oP '^Version computed by GitSemVer: \K.*$')"
echo Exporting version: $VERSION
echo "::set-output name=version::$VERSION"
- uses: ncipollo/release-action@v1
with:
artifacts: "build/shadow/*-all.jar"
Expand Down

0 comments on commit 61aaf4f

Please sign in to comment.