chore: fix github action goreleaser step

This commit is contained in:
Enrico Stahn 2022-02-16 22:10:46 +01:00
parent dd7848a892
commit e5f6e30e84
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -72,7 +72,6 @@ jobs:
with:
version: latest
args: release --rm-dist --skip-validate --skip-publish
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}