Skip to content

Commit c3145e9

Browse files
authored
Update pre-release.yaml
1 parent 5ef77fc commit c3145e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pre-release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
runs-on: self-hosted
4545
needs: runTests
4646
steps:
47+
- run: |
48+
git fetch --unshallow --tags
49+
echo $?
50+
git tag --list
51+
- name: Get previous tag
52+
id: previoustag
53+
uses: "WyriHaximus/github-action-get-previous-tag@v1"
4754
- name: Zip artifact
4855
run: powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('.\Build', 'build.zip'); }"
4956
- name: Create Release

0 commit comments

Comments
 (0)