Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 9061ad2

Browse files
committed
Merge remote-tracking branch 'origin' into dev-archive
2 parents 953466f + de6d5f1 commit 9061ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
164164
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14
165165
with:
166+
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
166167
files: |
167168
dist/*
168169
generate_release_notes: true

0 commit comments

Comments
 (0)