Skip to content

Commit 9f4f83a

Browse files
committed
modify
1 parent 2833e95 commit 9f4f83a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- uses: marvinpinto/action-automatic-releases@latest
5050
with:
5151
repo_token: "${{ secrets.GITHUB_TOKEN }}"
52-
automatic_release_tag: "latest"
53-
prerelease: true
52+
automatic_release_tag: ${{ env.NEXT_RELEASE_VERSION }}
53+
prerelease: false
5454
title: ${{ env.NEXT_RELEASE_VERSION }}
5555
files: |
5656
LICENSE.txt

0 commit comments

Comments
 (0)