fix(ci): fix github token quotes

This commit is contained in:
Simon Cornet 2025-04-03 15:51:24 +02:00
commit fd2fc48d9a

View file

@ -31,4 +31,4 @@ jobs:
version: "v2.8.2" version: "v2.8.2"
args: "release --clean --config ./.github/.goreleaser.yaml" args: "release --clean --config ./.github/.goreleaser.yaml"
env: env:
GITHUB_TOKEN: '${{ secrets.GORELEASER_GITHUB_TOKEN }}' GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}