Skip to content

Commit

Permalink
Merge pull request #80 from jinningwang/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jinningwang authored Feb 8, 2024
2 parents bfc506e + 8cf8c6a commit d786608
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: create-release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ env.VERSION }}
RELEASE_NAME: "Update: ${{ env.VERSION }}"
run: |
echo "TAG_NAME=${TAG_NAME}" >> $GITHUB_ENV
echo "RELEASE_NAME=${RELEASE_NAME}" >> $GITHUB_ENV
echo "::group::Creating Release"
echo "::endgroup::"
with:
tag_name: ${{ env.VERSION }}
release_name: "Update: ${{ env.VERSION }}"
body_path: "latest-changes.md"
draft: true
prerelease: false

0 comments on commit d786608

Please sign in to comment.