Skip to content

Commit a42fba3

Browse files
committed
ci: syntax error
1 parent c23a94f commit a42fba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
goreleaser:
2626
needs: semantic-release
2727
runs-on: ubuntu-latest
28-
working-directory: build
2928
steps:
3029
-
3130
name: Checkout
@@ -43,6 +42,7 @@ jobs:
4342
with:
4443
version: v1.19.1
4544
args: release --rm-dist
45+
with: workdir build
4646
env:
4747
GITHUB_TOKEN: ${{ github.token }}
4848
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)