Skip to content

Commit 7e365cd

Browse files
Deploy changes
1 parent 6b7c8b1 commit 7e365cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git config user.email [email protected]
7777
git add package.json package-lock.json
7878
git commit -m "Bump version from $OLD_VERSION to $NEW_VERSION"
79-
git push origin HEAD:master
79+
git push origin HEAD:main
8080
8181
- name: Build Package
8282
run: npm run build
@@ -90,7 +90,7 @@ jobs:
9090
# Revert package.json and package-lock.json to the previous version
9191
npm version ${{ env.latest_version }} --no-git-tag-version
9292
git commit -am "Revert to version ${{ env.latest_version }}"
93-
git push origin HEAD:master
93+
git push origin HEAD:main
9494
if: failure()
9595

9696
- name: Create GitHub release

0 commit comments

Comments
 (0)