mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-14 20:10:38 +08:00
fix: add checkout step to release job in tag_build workflow
This commit is contained in:
3
.github/workflows/tag_build.yml
vendored
3
.github/workflows/tag_build.yml
vendored
@@ -118,6 +118,9 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user