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

Commit

Permalink
test release 5 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbeggi authored Jun 17, 2022
1 parent 2eac8bb commit b1ed08d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/realease-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,13 @@ jobs:
fetch-depth: 0
- name: Install & cache node dependencies
uses: ./.github/actions/install-node-deps
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git update-index --assume-unchanged .npmrc
- name: Configure Git User
run: |
git config --global user.email "[email protected]"
git config --global user.name "@$GITHUB_ACTOR"
- name: "update version"
run: |
cd ./packages/event-store
npm version ${{ github.event.release.tag_name }} --allow-same-version true --git-tag-version false --commit-hooks false
git add .
git commit -m '${{ github.event.release.tag_name }} release'
run: yarn lerna version ${{ github.event.release.tag_name }}
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/event-store/package.json

0 comments on commit b1ed08d

Please sign in to comment.