Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin committed Oct 16, 2023
1 parent 2833e95 commit 9f4f83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
automatic_release_tag: ${{ env.NEXT_RELEASE_VERSION }}
prerelease: false
title: ${{ env.NEXT_RELEASE_VERSION }}
files: |
LICENSE.txt
Expand Down

0 comments on commit 9f4f83a

Please sign in to comment.