forked from solana-labs/token-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e907f3d
commit b8e9275
Showing
2 changed files
with
4 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,9 @@ jobs: | |
scope: '@solana' | ||
- run: yarn | ||
- run: git config --global user.email "[email protected]" && git config --global user.name "$GITHUB_ACTOR" | ||
- run: yarn version --patch | ||
- run: npm run purge:cdn | ||
- run: yarn run version --patch | ||
- run: git push --follow-tags origin main | ||
- run: yarn publish | ||
- run: yarn run purge:cdn | ||
env: | ||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters