Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanner committed Mar 3, 2020
1 parent d24bbc4 commit 1812e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
# Strip "v" prefix from tag name
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
./gradlew -Pversion="${{ github.ref }}" publish
./gradlew -Pversion=$VERSION publish

0 comments on commit 1812e7f

Please sign in to comment.