浏览代码

Replace token name.

tags/v4.1.0-rc1
Luigi Cruz 3 年前
committed by GitHub
父节点
当前提交
80fca2d92c
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .github/workflows/release.yml

+ 2
- 2
.github/workflows/release.yml 查看文件

@@ -38,12 +38,12 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.LONG_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }}
asset_name: ${{ steps.builder.outputs.filename }}
asset_content_type: application/x-tar
asset_content_type: application/x-tar
- name: Delete Image
id: delete_image
run: |


正在加载...
取消
保存