Skip to content

Commit

Permalink
ci: set publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 9, 2024
1 parent 610cc80 commit 6402a95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
distTag:
description: 'NPM tag (e.g. use "next" to release a test version)'
required: true
default: 'latest'
default: "latest"
preRelease:
description: If latest release was a pre-release (e.g. X.X.X-alpha.0) and you want to push another one, pick "yes"
required: true
Expand All @@ -33,12 +33,12 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
ref: 'main'
ref: "main"
fetch-depth: 0
- uses: actions/setup-node@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "This service helps you to launch your application when using Next.js.",
"author": "Christian Bromann <mail@bromann.dev>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/webdriverio-community/wdio-next-service/issues"
},
Expand Down

0 comments on commit 6402a95

Please sign in to comment.