mirror of
https://github.com/Paillat-dev/svelte-github-calendar.git
synced 2026-03-02 18:34:56 +00:00
🔥 Remove --provenance flag from pnpm publish command in publish workflow.
This commit is contained in:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -53,4 +53,4 @@ jobs:
|
||||
run: pnpm build
|
||||
|
||||
- name: Publish to NPM
|
||||
run: pnpm publish --access public --provenance --no-git-checks --tag ${{ steps.version.outputs.tag }}
|
||||
run: pnpm publish --access public --no-git-checks --tag ${{ steps.version.outputs.tag }}
|
||||
|
||||
Reference in New Issue
Block a user