mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Use the local get-tag
action
This commit is contained in:
parent
e0e81c3a2c
commit
4d179fbd42
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -20,10 +20,10 @@ jobs:
|
||||
ytdlp-latest-release: ${{ steps.yt-dlp.outputs.latest-release }}
|
||||
ytdlp-releases: ${{ steps.yt-dlp.outputs.releases }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Get tag
|
||||
id: tag
|
||||
uses: dawidd6/action-get-tag@v1
|
||||
- uses: actions/checkout@v4
|
||||
uses: ./.github/actions/get-tag
|
||||
- name: Lowercase github username
|
||||
id: github-actor
|
||||
uses: ./.github/actions/string-case
|
||||
|
Loading…
Reference in New Issue
Block a user