Skip to content

Commit

Permalink
run things
Browse files Browse the repository at this point in the history
  • Loading branch information
dawkaka committed Jul 15, 2024
1 parent db0df18 commit b909bf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push origin temp-branch:master
git push origin temp-branch:main
# Publish version to npmdd
- name: Publish
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"updates": "npx npm-check-updates",
"updates:minor": "npx npm-check-updates --target minor"
},
Expand Down

0 comments on commit b909bf5

Please sign in to comment.