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

Commit e862dcd

Browse files
authored
Merge pull request #22 from epics-containers/dev
Add pre-release tagging
2 parents cfd0a8b + fb2b7cb commit e862dcd

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
@@ -170,6 +170,7 @@ jobs:
170170
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
171171
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v0.1.14
172172
with:
173+
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
173174
files: |
174175
dist/*
175176
generate_release_notes: true

0 commit comments

Comments
 (0)