Skip to content

Commit

Permalink
remove skipNxCache
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveMBush committed Nov 21, 2024
1 parent cc439a7 commit 031c23b
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,8 +44,8 @@ jobs:
# Use the version from the workflow input if it is set,
# otherwise use from the github release
VERSION=${{ github.event.inputs.version || github.ref_name }}
npx nx release version --specifier $VERSION --verbose --first-release --skip-nx-cache
npx nx release publish --verbose --first-release --skip-nx-cache
npx nx release version --specifier $VERSION --verbose --first-release
npx nx release publish --verbose --first-release
env:
NX_NO_CLOUD: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 031c23b

Please sign in to comment.