Skip to content

Commit

Permalink
update branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Sep 9, 2023
1 parent 276df41 commit ffe67f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: Publish (NPM & GPR)
# publish only when package json has changed - assuming version upgrade
on:
push:
branches: [main]
branches: [master]
paths: "package.json"
jobs:
npm:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
administration: write
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
},
"keywords": [
"javascript",
"typescript",
"vue",
"vuejs",
"vuejs3",
"vue 3",
"vue 3 composition api",
"tags",
Expand Down

0 comments on commit ffe67f4

Please sign in to comment.