Skip to content

Commit

Permalink
(chore) Fixup pre-release command
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Oct 2, 2023
1 parent 1ed719b commit 59ba01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
yarn config set npmAlwaysAuth true
yarn config set npmAuthToken $NPM_AUTH_TOKEN
yarn npm publish --access public --tag next dist/ngx-formentry/*.*
yarn npm publish dist/ngx-formentry --access public --tag next
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down Expand Up @@ -124,6 +124,6 @@ jobs:
run: yarn turbo build:lib --color --concurrency=5

- name: Publish release
run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn npm publish --access public --tag latest dist/ngx-formentry/*.*
run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn npm publish dist/ngx-formentry --access public --tag latest
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 59ba01d

Please sign in to comment.