Sfoglia il codice sorgente

Bump JS client version manually and fix publish CI (#31)

Loris Leiva 7 mesi fa
parent
commit
7c211e3a4b
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 0
      .github/workflows/publish-js-client.yml
  2. 1 1
      clients/js/package.json

+ 2 - 0
.github/workflows/publish-js-client.yml

@@ -62,6 +62,8 @@ jobs:
     steps:
       - name: Git Checkout
         uses: actions/checkout@v4
+        with:
+          token: ${{ secrets.ANZA_TEAM_PAT }}
 
       - name: Setup Environment
         uses: ./.github/actions/setup

+ 1 - 1
clients/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@solana-program/token",
-  "version": "0.4.1",
+  "version": "0.5.0",
   "description": "JavaScript client for the Token program",
   "sideEffects": false,
   "module": "./dist/src/index.mjs",