mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 11:56:12 +08:00
update release
This commit is contained in:
parent
90712e5d9c
commit
edfef51962
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
||||
|
||||
- run: |
|
||||
gh release upload --clobber ${{ env.TAG_NAME }} dist/*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
publish-docker:
|
||||
@ -74,7 +76,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
- run: |
|
||||
echo "TAG_NAME=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV"
|
||||
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
|
Loading…
x
Reference in New Issue
Block a user