We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f8f15 commit 7c211e3Copy full SHA for 7c211e3
.github/workflows/publish-js-client.yml
@@ -62,6 +62,8 @@ jobs:
62
steps:
63
- name: Git Checkout
64
uses: actions/checkout@v4
65
+ with:
66
+ token: ${{ secrets.ANZA_TEAM_PAT }}
67
68
- name: Setup Environment
69
uses: ./.github/actions/setup
clients/js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@solana-program/token",
3
- "version": "0.4.1",
+ "version": "0.5.0",
4
"description": "JavaScript client for the Token program",
5
"sideEffects": false,
6
"module": "./dist/src/index.mjs",
0 commit comments