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 6b7c8b1 commit 7e365cdCopy full SHA for 7e365cd
.github/workflows/deploy.yml
@@ -76,7 +76,7 @@ jobs:
76
git config user.email [email protected]
77
git add package.json package-lock.json
78
git commit -m "Bump version from $OLD_VERSION to $NEW_VERSION"
79
- git push origin HEAD:master
+ git push origin HEAD:main
80
81
- name: Build Package
82
run: npm run build
@@ -90,7 +90,7 @@ jobs:
90
# Revert package.json and package-lock.json to the previous version
91
npm version ${{ env.latest_version }} --no-git-tag-version
92
git commit -am "Revert to version ${{ env.latest_version }}"
93
94
if: failure()
95
96
- name: Create GitHub release
0 commit comments