mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-11 01:58:49 +00:00
Update GitHub Actions workflow to maintain version tag trigger for npm publishing
This commit is contained in:
parent
6e80bc28b7
commit
a65637f323
2
.github/workflows/publish-npm.yml
vendored
2
.github/workflows/publish-npm.yml
vendored
@ -3,7 +3,7 @@ name: Publish SDK to npm
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*' # Trigger on version tags (e.g., v0.1.0, v0.2.1)
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
publish-npm:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user