mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Move Checkout to Top
This commit is contained in:
parent
10f7862d99
commit
c3e7883121
1 changed files with 6 additions and 5 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -77,6 +77,12 @@ jobs:
|
|||
needs: build
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
@ -96,11 +102,6 @@ jobs:
|
|||
throw "Version number could not be extracted from file name: $($file.Name)"
|
||||
}
|
||||
shell: pwsh
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Create tag
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue