We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f39d0 commit 7f5a4edCopy full SHA for 7f5a4ed
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,7 @@ on:
10
11
jobs:
12
build:
13
+ name: Build Plugin
14
runs-on: ubuntu-latest
15
steps:
16
- name: checkout repo
@@ -50,7 +51,7 @@ jobs:
50
51
if: startsWith(github.ref, 'refs/tags/')
52
uses: ncipollo/release-action@v1
53
with:
- token: ${{ secrets.AnyBlockPro_Repo }}
54
+ token: ${{ secrets.Your_token_secrets_name }} # GitHub Token,不填报错: `Error: Error undefined: Parameter token or opts.auth is required`
55
name: 'Release ${{ github.ref_name }}'
56
body: 'Release for tag ${{ github.ref_name }}'
57
artifacts: |
0 commit comments