We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bced915 commit 6d7952fCopy full SHA for 6d7952f
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: npm install
20
- run: npm install -g rollup
21
- run: npm install -g terser
22
- - run: npm run build && npm publish
+ - run: npm run build
23
- name: Bump version and create release
24
id: release
25
uses: softprops/action-gh-release@v1
0 commit comments