Skip to content

Commit 17e22f0

Browse files
ci: add SDK release workflow for web3telegram-v* tags
1 parent 649a347 commit 17e22f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/sdk-release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: publish-npm-sdk-latest
2+
3+
on:
4+
push:
5+
tags:
6+
- 'web3telegram-v*'
7+
8+
jobs:
9+
publish-npm:
10+
uses: ./.github/workflows/publish-npm-sdk.yml
11+
with:
12+
tag: 'latest'
13+
secrets:
14+
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)