Compare commits
No commits in common. "12b9f7ac5135cc91f833292d8633e4ff98fc5969" and "ef7cc40f839130076fef58d7d6dd8a853b4d5fb4" have entirely different histories.
12b9f7ac51
...
ef7cc40f83
1 changed files with 0 additions and 5 deletions
|
@ -7,10 +7,6 @@ inputs:
|
|||
GITEA_TOKEN:
|
||||
description: "Gitea token"
|
||||
required: true
|
||||
NPM_TOKEN:
|
||||
description: "NPM Publish token"
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
@ -29,7 +25,6 @@ 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