make sure these steps run

otherwise there is no 'source' working directory for the final step
This commit is contained in:
Marco Antonio J. Costa
2025-01-07 14:13:46 -03:00
committed by majcosta
parent 552951795c
commit 1976dee738
-2
View File
@@ -190,14 +190,12 @@ jobs:
merge-multiple: true
- name: Checkout Repo
if: github.ref == 'refs/heads/master'
uses: actions/checkout@v4
with:
path: source
fetch-depth: 1
sparse-checkout: 'README.md'
- name: Create latest pre-release
if: github.ref == 'refs/heads/master'
working-directory: source
run: |
gh release delete latest --cleanup-tag || true