diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c3e10d..a08f46c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,13 +16,14 @@ jobs: id: generate-release-changelog uses: ./ with: + token: ${{ secrets.GITHUB_TOKEN }} onlyLastTag: "true" stripHeaders: "true" stripGeneratorNotice: "true" - name: "🚀 Create GitHub release" uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }}