Skip to content

Commit 55e73ff

Browse files
author
John Agan
authored
corrected npm action
1 parent b21b58e commit 55e73ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/npm-publish-github-packages.yml renamed to .github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
name: webflow-api
52

63
on:
@@ -28,4 +25,4 @@ jobs:
2825
registry-url: https://registry.npmjs.org/
2926
- run: npm publish
3027
env:
31-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
28+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)