Skip to content

Commit 7c211e3

Browse files
authored
Bump JS client version manually and fix publish CI (#31)
1 parent f3f8f15 commit 7c211e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/publish-js-client.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
steps:
6363
- name: Git Checkout
6464
uses: actions/checkout@v4
65+
with:
66+
token: ${{ secrets.ANZA_TEAM_PAT }}
6567

6668
- name: Setup Environment
6769
uses: ./.github/actions/setup

Diff for: clients/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-program/token",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "JavaScript client for the Token program",
55
"sideEffects": false,
66
"module": "./dist/src/index.mjs",

0 commit comments

Comments
 (0)