diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 81cb644..919f51a 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -30,7 +30,7 @@ jobs: id: tag_name uses: mathieudutour/github-tag-action@v6.1 with: - TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }} + github_token: ${{ secrets.TOKEN_GITHUB }} - name: 查看变量 run: | echo ${{ format('version={0}', steps.create_version.outputs.tag_name ) }}