Skip to content

Commit

Permalink
fix: unpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Feb 7, 2024
1 parent b3f18c0 commit 5ce5279
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nx-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
- run: npm ci

- run: npx nx run-many -t semantic-release
# - run: npx nx run-many -t semantic-release
- run: npm unpublish affinidi@1.2.0
- run: npm unpublish affinidi@1.2.0

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.PUBLIC_NPM_NODE_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.PUBLIC_NPM_NODE_AUTH_TOKEN }}

0 comments on commit 5ce5279

Please sign in to comment.