Skip to content

Commit

Permalink
github tag&release
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Dec 10, 2024
1 parent 4b1a51b commit d588d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/espresso-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Bump version
id: upgrade
run: |
new_version=(./gradlew -q bumpVersion -PreleaseType=patch)
new_version=$(./gradlew -q bumpVersion -PreleaseType=patch)
echo "version=$new_version" >> "$GITHUB_OUTPUT"
#- name: Publish artifact
Expand Down

0 comments on commit d588d89

Please sign in to comment.