Skip to content

Commit

Permalink
Merge pull request #71 from jinningwang/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jinningwang authored Feb 1, 2024
2 parents ed41f12 + 218b5f0 commit 3bb826d
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 91 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
BRANCH_PREFIX: "update/"
DEFAULT_BRANCH: "main"
DEFAULT_BRANCH: "master"

jobs:
update-best-of-list:
Expand Down 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 }}
with:
tag_name: ${{ env.VERSION }}
release_name: "Update: ${{ env.VERSION }}"
body_path: "latest-changes.md"
draft: true
prerelease: false
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::"
Loading

0 comments on commit 3bb826d

Please sign in to comment.