Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Rollback goreleaser as it can't work like this
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyxPractice committed Jul 23, 2022
1 parent b140a27 commit 3f6597c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: release

on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
Expand Down Expand Up @@ -41,7 +39,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --snapshot --rm-dist
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f6597c

Please sign in to comment.