Skip to content

Commit

Permalink
InSpatial Core Init
Browse files Browse the repository at this point in the history
  • Loading branch information
benemmaofficial committed Oct 7, 2024
1 parent 0fe00ab commit 6f0d597
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
publish: pnpm run release-ignore-errors
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Log Published Packages
if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit 6f0d597

Please sign in to comment.