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 2833e95 commit 9f4f83aCopy full SHA for 9f4f83a
.github/workflows/publish.yml
@@ -49,8 +49,8 @@ jobs:
49
- uses: marvinpinto/action-automatic-releases@latest
50
with:
51
repo_token: "${{ secrets.GITHUB_TOKEN }}"
52
- automatic_release_tag: "latest"
53
- prerelease: true
+ automatic_release_tag: ${{ env.NEXT_RELEASE_VERSION }}
+ prerelease: false
54
title: ${{ env.NEXT_RELEASE_VERSION }}
55
files: |
56
LICENSE.txt
0 commit comments