Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nlam-atlassian committed Oct 18, 2024
1 parent 8645c94 commit 56b6779
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 @@ -24,7 +24,7 @@ jobs:
distribution: 'adopt'

- name: Expose version for creating release
run: ./gradlew :getVersion && echo "VERSION=$( ./gradlew :getVersion --no-configuration-cache)" >> $GITHUB_ENV
run: ./gradlew assemble --no-configuration-cache #&& echo "VERSION=$( ./gradlew :getVersion --no-configuration-cache)" >> $GITHUB_ENV

- name: "Checkout sources"
uses: actions/checkout@v4
Expand Down

0 comments on commit 56b6779

Please sign in to comment.