Skip to content

Commit b909bf5

Browse files
committed
run things
1 parent db0df18 commit b909bf5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
run: |
65-
git push origin temp-branch:master
65+
git push origin temp-branch:main
6666
6767
# Publish version to npmdd
6868
- name: Publish

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"prepublishOnly": "npm run lint",
1414
"preversion": "npm run lint",
1515
"version": "git add -A src",
16-
"postversion": "git push && git push --tags",
1716
"updates": "npx npm-check-updates",
1817
"updates:minor": "npx npm-check-updates --target minor"
1918
},

0 commit comments

Comments
 (0)