mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-07 20:33:01 +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: |
|
- run: |
|
||||||
gh release upload --clobber ${{ env.TAG_NAME }} dist/*
|
gh release upload --clobber ${{ env.TAG_NAME }} dist/*
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
publish-docker:
|
publish-docker:
|
||||||
@ -74,7 +76,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
echo "TAG_NAME=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV"
|
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user