Skip to content

Commit

Permalink
fix: update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Mar 16, 2021
1 parent 33f8a35 commit 2799d06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: 'https://registry.npmjs.org'
scope: '@solana'
- run: yarn
- run: git config --global user.email "[email protected]" && git config --global user.name "$GITHUB_ACTOR"
- run: yarn run version --patch
- run: git push --follow-tags origin main
- run: yarn run purge:cdn
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: yarn run purge:cdn

0 comments on commit 2799d06

Please sign in to comment.