mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 14:39:44 +08:00
fix: remove create tag action
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -67,13 +67,6 @@ jobs:
|
||||
else
|
||||
echo "version=Test" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- name: Create Tag
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
if: ${{ steps.release.outputs.release == 1 && steps.dev.outputs.dev != 1 }}
|
||||
with:
|
||||
tag: ${{ steps.version.outputs.version }}
|
||||
message: ${{ steps.version.outputs.version }}
|
||||
github_token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: Check result
|
||||
run: |
|
||||
echo "release: ${{ steps.release.outputs.release }}"
|
||||
|
||||
Reference in New Issue
Block a user