Skip to content

Commit

Permalink
Setup package provenance (#1015)
Browse files Browse the repository at this point in the history
* Setup package provenance

* Update repo.url

* Rm duplicated README
  • Loading branch information
gksander committed Apr 27, 2023
1 parent 554a738 commit cb315fc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 40 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-adults-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nuka-carousel': patch
---

Add package provenance
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
issues: write
repository-projects: write
deployments: write
packages: write
pull-requests: write

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions packages/nuka/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
LICENSE
README.md
38 changes: 0 additions & 38 deletions packages/nuka/README.md

This file was deleted.

7 changes: 5 additions & 2 deletions packages/nuka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/nuka-carousel.git"
"url": "https://github.com/FormidableLabs/nuka-carousel"
},
"keywords": [
"react",
Expand All @@ -87,5 +87,8 @@
"url": "https://github.com/FormidableLabs/nuka-carousel/issues"
},
"homepage": "https://github.com/FormidableLabs/nuka-carousel",
"sideEffects": false
"sideEffects": false,
"publishConfig": {
"provenance": true
}
}

0 comments on commit cb315fc

Please sign in to comment.