Skip to content

Commit 6b75d4c

Browse files
committed
remove test args
1 parent 63532f8 commit 6b75d4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
push:
44
tags:
55
- 'v*'
6-
pull_request:
7-
branches:
8-
- main # todo remove
96
permissions:
107
contents: write
118
jobs:
@@ -99,7 +96,7 @@ jobs:
9996
with:
10097
distribution: goreleaser-pro
10198
version: '~> v2'
102-
args: continue --merge --skip=publish # todo remove skip args
99+
args: continue --merge
103100
env:
104101
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
105102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)