mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-14 02:20:53 +08:00
fix: ci problem.
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -69,10 +69,10 @@ jobs:
|
||||
fi
|
||||
- name: Create Tag
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
if: ${{ step.release.outputs.release == 1 && step.dev.outputs.dev != 1 }}
|
||||
if: ${{ steps.release.outputs.release == 1 && steps.dev.outputs.dev != 1 }}
|
||||
with:
|
||||
tag: ${{ step.version.outputs.version }}
|
||||
message: ${{ step.version.outputs.version }}
|
||||
tag: ${{ steps.version.outputs.version }}
|
||||
message: ${{ steps.version.outputs.version }}
|
||||
github_token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: Check result
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user