Skip to content

Commit 10e686f

Browse files
authored
chore(cd): mark as pre-release unless wd (#497)
1 parent e347474 commit 10e686f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
run: |
204204
# Determine if this is a pre-release
205205
IS_PRERELEASE=""
206-
if [ "${{ github.event_name }}" == "push" ]; then
206+
if [ "${{ github.event_name }}" != "workflow_dispatch" ]; then
207207
IS_PRERELEASE="--prerelease"
208208
fi
209209

0 commit comments

Comments
 (0)