Skip to content

Commit 3ce2c0a

Browse files
committed
chore: improve release flow
1 parent edd270e commit 3ce2c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-edge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ jobs:
3636
git config user.email "${{ github.actor }}@users.noreply.github.com"
3737
3838
- name: Bump version
39-
run: npm version ${{ steps.calculate-edge-version.outputs.next-edge }} --allow-same-version
39+
run: npm version ${{ steps.calculate-edge-version.outputs.next-edge }}
4040

4141
- name: Commit and push version
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
run: |
45-
git commit -am "chore(edge): bump version to ${{ steps.calculate-edge-version.outputs.next-edge }}"
4645
git push origin master
4746
4847
- run: npm run build-all

0 commit comments

Comments
 (0)