We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd270e commit 3ce2c0aCopy full SHA for 3ce2c0a
.github/workflows/release-edge.yml
@@ -36,13 +36,12 @@ jobs:
36
git config user.email "${{ github.actor }}@users.noreply.github.com"
37
38
- name: Bump version
39
- run: npm version ${{ steps.calculate-edge-version.outputs.next-edge }} --allow-same-version
+ run: npm version ${{ steps.calculate-edge-version.outputs.next-edge }}
40
41
- name: Commit and push version
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
run: |
45
- git commit -am "chore(edge): bump version to ${{ steps.calculate-edge-version.outputs.next-edge }}"
46
git push origin master
47
48
- run: npm run build-all
0 commit comments