Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Mar 15, 2021
1 parent e907f3d commit b8e9275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
28 changes: 0 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,3 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.25](https://github.com/solana-labs/token-list/compare/v0.2.23...v0.2.25) (2021-03-15)

### [0.2.23](https://github.com/solana-labs/token-list/compare/v0.2.21...v0.2.23) (2021-03-15)

### [0.2.21](https://github.com/solana-labs/token-list/compare/v0.2.19...v0.2.21) (2021-03-15)

### [0.2.19](https://github.com/solana-labs/token-list/compare/v0.2.17...v0.2.19) (2021-03-15)

### [0.2.17](https://github.com/solana-labs/token-list/compare/v0.2.15...v0.2.17) (2021-03-15)

### [0.2.15](https://github.com/solana-labs/token-list/compare/v0.2.13...v0.2.15) (2021-03-15)

### [0.2.13](https://github.com/solana-labs/token-list/compare/v0.2.11...v0.2.13) (2021-03-15)


### Features

* switch to yarn ([dfa8109](https://github.com/solana-labs/token-list/commit/dfa81090c419f51fcda58f6f0311826fb0b6c60e))


### Bug Fixes

* cross-fetch ([fbe3d1f](https://github.com/solana-labs/token-list/commit/fbe3d1fca339ac80ab12f8fff4049f903a6b6c6f))
* remove install ([545bceb](https://github.com/solana-labs/token-list/commit/545bceb8f29170c09ffc70fde8125363e5ab5b94))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

0 comments on commit b8e9275

Please sign in to comment.