Skip to content

Commit

Permalink
remove setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Nov 30, 2023
1 parent be0344d commit e07ead8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,11 @@ jobs:
key: js-${{ secrets.GH_CACHE_VERSION }}-${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
js-${{ secrets.GH_CACHE_VERSION }}-${{ runner.os }}-yarn-
- name: 'setup-js'
- name: 'set version number'
run: |
npm config set cache ./.npm-cache
yarn config set cache-folder ./.yarn-cache
make setup-js
npm install -g npm
json -I -f ./components/package.json -e "this.version=\"$VERSION_STRING\""
- run: npm publish --provenace --access public
- run: cd ./components && npm publish --provenace --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit e07ead8

Please sign in to comment.