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 27, 2022
1 parent c72fac9 commit 58ea0cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ 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
- name: Move root package.json
run: mv package.json package.json.altered
- name: Install dependencies for running bump-project-versions
run: npm install [email protected] [email protected] [email protected] [email protected]
- name: Move root package.json back
run: mv package.json.altered package.json
- name: Bump default and template project version
run: node scripts/bump-project-versions.js
- name: Run git add
Expand Down

0 comments on commit 58ea0cf

Please sign in to comment.