Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ plugins:
hidden: true
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- - "@google/semantic-release-replace-plugin"
- - "semantic-release-replace-plugin"
- replacements:
- files:
- package.json
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
description: Visibility setting for organization secrets. Accepts `all`,
`private` or a comma-seperated list of GitHub repository IDs
required: false
default: 'private'
default: "private"
pa_token:
description: Personal access token with permission to modify repository or
organization secrets
Expand All @@ -25,7 +25,7 @@ outputs:
description: HTTP Status Code of the request against the GitHub API that
created/updated the secret
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
branding:
color: yellow
Expand Down
Loading