Update goreleaser.yml

This commit is contained in:
gabrie30
2022-12-31 13:03:25 -08:00
committed by GitHub
parent 4e60cec809
commit badafabeb3

View File

@@ -2,8 +2,6 @@ name: goreleaser
on:
push:
branches:
- master
tags:
- 'v*'
workflow_dispatch:
@@ -33,5 +31,5 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GHORG_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}