We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393df70 commit 9542107Copy full SHA for 9542107
.github/workflows/publish.yml
@@ -22,6 +22,7 @@ jobs:
22
- run: yarn build
23
- run: yarn pack -f package.tgz
24
- uses: softprops/action-gh-release@v2
25
+ if: startsWith(github.ref, 'refs/tags/')
26
with:
27
files: package.tgz
28
lint:
0 commit comments