Merge pull request 'feat: Add npm token' (#9) from npm into main
All checks were successful
Release / Release (push) Successful in 35s
All checks were successful
Release / Release (push) Successful in 35s
Reviewed-on: #9
This commit is contained in:
commit
12b9f7ac51
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@ inputs:
|
|||
GITEA_TOKEN:
|
||||
description: "Gitea token"
|
||||
required: true
|
||||
NPM_TOKEN:
|
||||
description: "NPM Publish token"
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
@ -25,6 +29,7 @@ runs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
||||
NPM_TOKEN: ${{ inputs.NPM_TOKEN }}
|
||||
uses: cycjimmy/semantic-release-action@v4
|
||||
id: semantic
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue