diff --git a/action.yml b/action.yml index 9dd6963..586d55e 100644 --- a/action.yml +++ b/action.yml @@ -48,6 +48,8 @@ runs: - name: Create Release and Upload Asset id: release-id uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: "${{ inputs.tag }}-${{ github.run_number }}" release_name: ${{ github.repository }}