Skip to content

Commit

Permalink
Seems the reason is due to the existence of publish in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 20, 2024
1 parent 2e45ec8 commit edbc24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ jobs:
- name: Publish to npm
run: |
npm version $NEW_VERSION --no-git-tag-version
npm publish --tag dev
npm publish:dev
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"docs:build": "compodoc -p tsconfig.json -n angular-formio -d docs --hideGenerator",
"docs:serve": "npm run docs:build -- -s",
"docs:watch": "npm run docs:build -- -s -w",
"publish:dev": "npm run build:prod && npm publish ./dist/angular-formio --tag=dev",
"publish": "npm run build:prod && npm publish ./dist/angular-formio --tag=rc",
"publish:latest": "npm run build:prod && npm publish ./dist/angular-formio",
"test": "ng test",
Expand Down

0 comments on commit edbc24e

Please sign in to comment.