Skip to content

Commit

Permalink
on release
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Apr 3, 2024
1 parent cd09ae8 commit 9517f2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- "contracts/src/**/*.sol"
- "web/**"
- "!web/packages/test*"
release:
types: [published]

env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion web/packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/api",
"version": "0.1.0",
"version": "0.1.1",
"description": "Snowbridge API client",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/contract-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/contract-types",
"version": "0.1.0",
"version": "0.1.1",
"description": "Snowbridge contract type bindings",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 9517f2b

Please sign in to comment.