Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simondotm committed Apr 6, 2024
1 parent 59b1e2f commit 9d810fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: ./dist/packages/nx-firebase

- name: Publish to GitHub Packages
run: pnpm publish
run: pnpm publish --no-git-checks
working-directory: ./dist/packages/nx-firebase
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -66,7 +66,7 @@ jobs:
run: npx nx build nx-firebase

- name: Publish to NPM
run: pnpm publish --access=public
run: pnpm publish --no-git-checks --access=public
working-directory: ./dist/packages/nx-firebase
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9d810fe

Please sign in to comment.