Skip to content

Commit

Permalink
chore: improve release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Jan 29, 2025
1 parent edd270e commit 3ce2c0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Bump version
run: npm version ${{ steps.calculate-edge-version.outputs.next-edge }} --allow-same-version
run: npm version ${{ steps.calculate-edge-version.outputs.next-edge }}

- name: Commit and push version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git commit -am "chore(edge): bump version to ${{ steps.calculate-edge-version.outputs.next-edge }}"
git push origin master
- run: npm run build-all
Expand Down

0 comments on commit 3ce2c0a

Please # to comment.