Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jan 24, 2023
1 parent 3151183 commit 9253209
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
id: date
run: echo "::set-output name=today::$(date +'%Y%m%d%M%S')"

 - uses: release-drafter/release-drafter@v5
       name: Draft
       with:
         config-name: release-drafter.yml
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: release-drafter/release-drafter@v5
name: Draft
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 创建GitHub Release
id: create_release
Expand Down

0 comments on commit 9253209

Please sign in to comment.