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 56b6779 commit 4d99836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
java-version: '17'
distribution: 'adopt'

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

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

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

- name: Create tag
uses: actions/github-script@v5
with:
Expand Down

0 comments on commit 4d99836

Please sign in to comment.