mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-13 22:08:00 +09:00
partially reverted the part to give .114514 in its version
This commit is contained in:
parent
0e75609ddc
commit
5a854e61d3
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -29,7 +29,10 @@ jobs:
|
||||
run: sudo apt-get -y install zip pandoc man
|
||||
- name: Set version suffix
|
||||
id: version_suffix
|
||||
run: echo ::set-output name=version_suffix::114514
|
||||
env:
|
||||
PUSH_VERSION_COMMIT: ${{ secrets.PUSH_VERSION_COMMIT }}
|
||||
if: "env.PUSH_VERSION_COMMIT == ''"
|
||||
run: echo ::set-output name=version_suffix::$(date -u +"%H%M%S")
|
||||
- name: Bump version
|
||||
id: bump_version
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user