Skip to content

Commit

Permalink
build: Try create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmongard committed Sep 16, 2023
1 parent 9cabf5d commit 8668922
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,16 @@ jobs:
run: |
git push origin --tags
- name: Retrieve updated version number
- name: Print changelog and version
run: |
./gradlew -q printVersion
./gradlew -q printChangeLog
- name: Output version number
id: printVersionStep
run: echo "version=$(./gradlew -q printVersion)" >> $GITHUB_OUTPUT

- name: Change log
- name: Output change log
id: printChangeLogStep
run: |
{
Expand Down

0 comments on commit 8668922

Please sign in to comment.