Skip to content

Commit

Permalink
ci: ignore cache to force instrumentation publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jul 23, 2024
1 parent dce6e3a commit ac2fb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
run: pnpm i --frozen-lockfile=false

- name: Build Projects
run: pnpm build
run: pnpm build --skipNxCache

- name: Update Workspace file
run: sed -e "s|'packages\/|'dist/|" pnpm-workspace.yaml > pnpm-new.yaml && mv pnpm-new.yaml pnpm-workspace.yaml

- name: Update workspace deps
run: pnpm i --frozen-lockfile=false

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit ac2fb99

Please sign in to comment.