diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d453eb..55102db 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - uses: go-semantic-release/action@v1 if: github.ref == 'refs/heads/main' with: - github-token: ${{ secrets.GITHUB_TOKEN }} - changelog-file: CHANGELOG.md hooks: goreleaser allow-initial-development-versions: true + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}