Skip to content

Commit 0630269

Browse files
committed
release fix
1 parent 1446beb commit 0630269

File tree

3 files changed

+34
-20
lines changed

3 files changed

+34
-20
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
id-token: write
15+
1116
jobs:
1217
release:
1318
name: Release

package-lock.json

Lines changed: 28 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"repository": {
4343
"type": "git",
44-
"url": "https://github.com/nygardk/react-share"
44+
"url": "git+https://github.com/nygardk/react-share.git"
4545
},
4646
"author": {
4747
"name": "Klaus Nygård",

0 commit comments

Comments
 (0)