Skip to content

Commit

Permalink
ci: remove unneeded change of version num in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
callumgare committed Jul 3, 2024
1 parent c240b7d commit 44add0b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
- name: Build
run: npm run build

# The version commited to the repo is a string letting people know it's set on release. This causes semantic-release
# to fail so we set it to something valid here.
- name: Set version to a valid string
run: npm pkg set version=1.0.0

- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures

Expand Down

0 comments on commit 44add0b

Please sign in to comment.