Skip to content

Commit

Permalink
Merge pull request #499 from kitsuyui/revert-498-provenance
Browse files Browse the repository at this point in the history
Revert "Set up provenance"
  • Loading branch information
kitsuyui authored Jan 9, 2025
2 parents 4a89e4a + 6f239c8 commit 4ca51b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:

continue-on-error: true

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

Expand All @@ -37,9 +33,6 @@ jobs:
- name: set git tag version
run: |
# https://docs.npmjs.com/generating-provenance-statements
# This may not work properly. dynamic versioning may cause a problem.
export NPM_CONFIG_PROVENANCE=true
git config user.email "dummy@dummy"
git config user.name "dummy"
pnpm version from-git --allow-same-version --no-git-tag-version -ws || true
Expand Down

0 comments on commit 4ca51b8

Please sign in to comment.