Skip to content

Commit

Permalink
CI: ci publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Sep 28, 2022
1 parent 6a27f7d commit f5124ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-release.yml
Expand Up @@ -60,13 +60,13 @@ jobs:
create-release:
name: Create release
runs-on: ubuntu-latest
needs: publish-release
needs: test-build-publish
permissions:
contents: write
steps:
# 检出仓库代码
- name: Check Out Repo
uses: actions/checkout@v2
# # 检出仓库代码
# - name: Check Out Repo
# uses: actions/checkout@v2

# Create gitHub release
- name: Create Github Release
Expand Down

0 comments on commit f5124ba

Please sign in to comment.