Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeboot committed Jan 27, 2021
1 parent 0eadf68 commit 6dab64a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: yarn install --frozen-lockfile
- run: git config --global user.name "GitHub CD bot"
- run: git config --global user.email "[email protected]"
- run: npm version ${{ github.event.release.tag_name }}
- run: npm run build
# - run: npm test
- run: npm publish
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
- run: yarn run build
# - run: yarn test
- run: yarn publish --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git push
Expand Down

0 comments on commit 6dab64a

Please sign in to comment.