Skip to content

Commit

Permalink
NONE) fix: fix git actions with no git checks (#62)
Browse files Browse the repository at this point in the history
* chore: update cds version to 0.0.3

* chore: add no git check
  • Loading branch information
dohui-son committed May 21, 2024
1 parent bacc1fd commit 25032ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: pnpm install --no-frozen-lockfile

- run: pnpm run build
- run: pnpm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25032ed

Please sign in to comment.