We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0df18 commit b909bf5Copy full SHA for b909bf5
.github/workflows/release_package.yml
@@ -62,7 +62,7 @@ jobs:
62
env:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
run: |
65
- git push origin temp-branch:master
+ git push origin temp-branch:main
66
67
# Publish version to npmdd
68
- name: Publish
package.json
@@ -13,7 +13,6 @@
13
"prepublishOnly": "npm run lint",
14
"preversion": "npm run lint",
15
"version": "git add -A src",
16
- "postversion": "git push && git push --tags",
17
"updates": "npx npm-check-updates",
18
"updates:minor": "npx npm-check-updates --target minor"
19
},
0 commit comments