Skip to content

Commit

Permalink
Publish to private npm
Browse files Browse the repository at this point in the history
  • Loading branch information
noa-frontegg committed Jun 13, 2023
1 parent 63091e9 commit fd67ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Publish
run: |
npm init --scope=@frontegg
npm publish --tag latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@frontegg/cloudflare",
"version": "1.0.0",
"private": true,
"version": "1.0.1",
"description": "CloudFlare API client (Frontegg Fork)",
"author": "Terin Stock <[email protected]>",
"bugs": {
Expand Down

0 comments on commit fd67ef7

Please sign in to comment.