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 fca15b4 commit da37e09Copy full SHA for da37e09
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Publish to npm
43
if: startsWith(github.ref, 'refs/tags/')
44
run: npm publish --access public
45
-
+
46
- name: Publish to GitHub Packages
47
48
env:
0 commit comments