Skip to content

Commit

Permalink
Merge pull request #2 from metriport/dsinghvi-patch-2
Browse files Browse the repository at this point in the history
Publish with `tag --beta` till major release
  • Loading branch information
leite08 authored Nov 22, 2023
2 parents eb9e905 + 11abc01 commit 08284ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Specify files that shouldn't be modified by Fern

README.md
.github/workflows/ci.yml
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Publish to npm
run: |
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --access public
npm publish --access public --tag beta
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 08284ea

Please sign in to comment.