We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d600023 commit c28b76aCopy full SHA for c28b76a
.github/workflows/test-and-publish.yml
@@ -73,4 +73,4 @@ jobs:
73
uses: "marvinpinto/action-automatic-releases@latest"
74
with:
75
repo_token: "${{ secrets.GITHUB_TOKEN }}"
76
- prerelease: false
+ prerelease: ${{ contains(github.ref, '-next.') }}
0 commit comments