Skip to content

Commit

Permalink
add print new version job
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericoGauz committed Mar 3, 2021
1 parent 0ee5562 commit e0d5137
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:
run: git checkout -b version-bump-${{ github.sha }}

- name: Generate version
id: bump-version
id: generate-new-version
uses: Expensify/Expensify.cash/.github/actions/bumpVersion@master
with:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
SEMVER_LEVEL: Patch

- name: Print new version
run: echo "New version is ${{steps.generate-new-version.outputs.VERSION}}"

- name: Push new version
run: git push --set-upstream origin version-bump-${{ github.sha }}
Expand Down

0 comments on commit e0d5137

Please sign in to comment.