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 b21b58e commit 55e73ffCopy full SHA for 55e73ff
.github/workflows/npm-publish-github-packages.yml renamed to .github/workflows/publish-to-npm.yml
@@ -1,6 +1,3 @@
1
-# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
-
4
name: webflow-api
5
6
on:
@@ -28,4 +25,4 @@ jobs:
28
25
registry-url: https://registry.npmjs.org/
29
26
- run: npm publish
30
27
env:
31
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments