diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4165bad..b1d39f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,10 @@ name: Release on: push: branches: [master] - tags: [v.*] + tags: ["v.*"] + +env: + GH_TOKEN: ${{ github.token }} jobs: prepare: