Skip to content

Commit 5259ebb

Browse files
authored
Fix/gha release (#212)
* chore: version bump * gha: token update
1 parent a774f1d commit 5259ebb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
cd nft-exchange-transactions && npm publish --tag beta --access public --tolerate-republish && cd ..
2626
cd nft-exchange-api && yarn npm publish --tag beta --access public --tolerate-republish && cd ..
2727
env:
28-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
28+
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTOMATION_TOKEN }}

packages/nft-base-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-base-api",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.35",
44
"description": "REST API For Base NFT Functionality",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-base-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-base-crypto",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.35",
44
"description": "Transaction Builders For Base NFT Transaction Types",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-base-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-base-transactions",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.35",
44
"description": "Transaction Types For Base NFT Core Support",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-exchange-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-exchange-api",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.35",
44
"description": "REST API For Exchange NFT Functionality",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-exchange-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-exchange-crypto",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.35",
44
"description": "Transaction Builders For Exchange NFT Transaction Types",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

packages/nft-exchange-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protokol/nft-exchange-transactions",
3-
"version": "1.0.0-beta.33",
3+
"version": "1.0.0-beta.35",
44
"description": "Transaction Types For Exchange NFT Core Support",
55
"license": "CC-BY-NC-SA-4.0",
66
"homepage": "https://docs.protokol.com/nft/",

0 commit comments

Comments
 (0)