1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +00:00

partially reverted the part to give .114514 in its version

This commit is contained in:
Lesmiscore 2022-02-20 18:03:55 +09:00
parent 0e75609ddc
commit 5a854e61d3
No known key found for this signature in database
GPG key ID: 0EC2B52CF86236FF

View file

@ -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: |