Skip to content

Commit 8595f9e

Browse files
committed
fix: deleted too much
Signed-off-by: Carlos A Becker <[email protected]>
1 parent 40b50e3 commit 8595f9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
path: dist\windows
5858
key: windows-${{ env.sha_short }}
5959
enableCrossOsArchive: true
60+
- if: ${{ github.event_name == 'workflow_dispatch' }}
61+
shell: bash
62+
run: echo "flags=--nightly" >> $GITHUB_ENV
6063
- uses: goreleaser/goreleaser-action@v4
6164
with:
6265
distribution: goreleaser-pro

0 commit comments

Comments
 (0)