Skip to content

Commit

Permalink
Fix workflow create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Feb 1, 2024
1 parent cfe6513 commit 1e9ce94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ jobs:
body_path: "latest-changes.md"
draft: true
prerelease: false
run: |
echo "RELEASE_TAG_NAME=${{ env.VERSION }}" >> $GITHUB_ENV
echo "RELEASE_NAME=Update: ${{ env.VERSION }}" >> $GITHUB_ENV

0 comments on commit 1e9ce94

Please sign in to comment.