Skip to content

Commit 9542107

Browse files
Only release on tag
1 parent 393df70 commit 9542107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- run: yarn build
2323
- run: yarn pack -f package.tgz
2424
- uses: softprops/action-gh-release@v2
25+
if: startsWith(github.ref, 'refs/tags/')
2526
with:
2627
files: package.tgz
2728
lint:

0 commit comments

Comments
 (0)