Skip to content

Commit c28b76a

Browse files
committed
fix: Force pre-relase to true on "next" release.
Signed-off-by: Gordon Smith <[email protected]>
1 parent d600023 commit c28b76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
uses: "marvinpinto/action-automatic-releases@latest"
7474
with:
7575
repo_token: "${{ secrets.GITHUB_TOKEN }}"
76-
prerelease: false
76+
prerelease: ${{ contains(github.ref, '-next.') }}

0 commit comments

Comments
 (0)