Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
midttuna committed Feb 17, 2025
1 parent e5257a7 commit 6dfd08b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:

- name: Retrieve current version from gradle.properties
run: |
echo RELEASE_VERSION=$(./gradlew properties --build-cache --console=plain -q | grep "^version:" | awk '{print $2}') | sed "s/-SNAPSHOT//" >> $GITHUB_ENV
echo GIT_HASH_SHORT=$(git rev-parse --short "$GITHUB_SHA") >> $GITHUB_ENV
./gradlew properties --build-cache
- name: Remove SNAPSHOT suffix for release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 6dfd08b

Please sign in to comment.