Skip to content

Commit

Permalink
fix(mutates): fix package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 10, 2024
1 parent 222d95d commit 95e9377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
- run: npx nx affected -t lint test build
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "IKatsuba"
- run: npx nx release --skip-publish
- run: npx nx release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
NPM_CONFIG_PROVENANCE: true
44 changes: 0 additions & 44 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit 95e9377

Please sign in to comment.