Skip to content

Commit 44bb81b

Browse files
File sync from bmos/fg-workflows
1 parent c15d39a commit 44bb81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: write-all
1010

1111
env:
1212
EXTENSION: ${{ vars.FORGE_EXTENSION }}
13-
IS_PRERELEASE: ${{ contains(github.ref_name,'-rc') }} && ${{ contains(github.ref_name,'-beta') }}
13+
IS_PRERELEASE: ${{ contains(github.ref_name,'-rc') }} && ${{ contains(github.ref_name,'-beta') }} && ${{ contains(github.ref_name,'-test') }}
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)