diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 698ada7..9d3084f 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -12,4 +12,6 @@ jobs: - id: log run: echo "tag=$(git describe --tags --always)" >> $GITHUB_OUTPUT - id: publish + env: + GH_TOKEN: ${{ github.token }} run: gh release create ${{ steps.log.outputs.tag }} ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}