Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
More project bump fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle committed Oct 26, 2022
1 parent 0d6f84c commit ce4e7ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Delete root package.json
run: rm package.json
- name: Install cross-env and ts-node
run: npm install [email protected] [email protected]
- name: Bump default and template project version
Expand Down

0 comments on commit ce4e7ce

Please sign in to comment.