Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Jan 19, 2022
1 parent 87092b9 commit 54f7010
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
releaseType: ${{ github.event.inputs.releaseType }}

- name: Update version
working-directory: app
env:
RELEASE_VERSION: ${{ steps.next.outputs.version }}
run: npm version $RELEASE_VERSION --allow-same-version

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand Down Expand Up @@ -71,4 +77,4 @@ jobs:
- ...
draft: false
prerelease: true
prerelease: false

0 comments on commit 54f7010

Please sign in to comment.