Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rc0Russ0 committed Jul 25, 2024
1 parent f2964f3 commit fe4db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: metadata
run: |
GIT_SHORT_COMMIT=$(git rev-parse --short "$GITHUB_SHA")
CURRENT_VERSION=$(grep '^ version' build.gradle.kts | sed 's|.*version.*=.*"\(.*\)"$|\1|')
CURRENT_VERSION=$(grep '^version' gradle.properties | sed 's|.*version = \(.*\)$|\1|')
if [ ${{github.event_name}} == "pull_request" ]
then
Expand Down

0 comments on commit fe4db5c

Please sign in to comment.