mirror of
https://github.com/Mas0nShi/typoraCracker.git
synced 2023-07-10 13:41:20 +08:00
Update manual.yml
This commit is contained in:
13
.github/workflows/manual.yml
vendored
13
.github/workflows/manual.yml
vendored
@@ -53,8 +53,9 @@ jobs:
|
||||
|
||||
- name: Check Latest Version
|
||||
run: |
|
||||
output=$(python auto-analysis/check_version.py )
|
||||
output=$(python3 auto-analysis/check_version.py)
|
||||
echo '::set-output name=LATEST_VERSION::$output'
|
||||
|
||||
|
||||
create_release:
|
||||
needs: check_version
|
||||
@@ -62,14 +63,16 @@ jobs:
|
||||
if: needs.check_version.outputs.RELEASE_VERSION != needs.check_version.outputs.LATEST_VERSION
|
||||
|
||||
steps:
|
||||
- uses: actions/create-release@v1
|
||||
- run: echo '${{ needs.check_version.outputs.LATEST_VERSION }}'
|
||||
|
||||
- name: Create Runner Release
|
||||
uses: actions/create-release@v1
|
||||
id: createRelease
|
||||
name: Create Runner Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: ${{ needs.check_version.outputs.LATEST_VERSION }}
|
||||
release_name: ${{ needs.check_version.outputs.LATEST_VERSION }}
|
||||
tag_name: '${{ needs.check_version.outputs.LATEST_VERSION }}'
|
||||
release_name: '${{ needs.check_version.outputs.LATEST_VERSION }}'
|
||||
prerelease: false
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user