Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lining committed Nov 11, 2024
1 parent d41eb73 commit 2e20ccc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,4 @@ jobs:
${{ secrets.DOCKER_USERNAME }}/npm-cert-syncer:${{ env.version }}
- name: Create GitHub Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
自动发布 Docker 镜像。
- 包含新功能和修复。
draft: false
prerelease: false
uses: softprops/action-gh-release@v2

0 comments on commit 2e20ccc

Please sign in to comment.