Skip to content

Commit

Permalink
ci: revert goreleaser workaround precereating xcaddy-build (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 authored Sep 3, 2021
1 parent 3d8622d commit 8a353a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Create 'xcaddy-build'
run: mkdir -p xcaddy-build
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go${{ matrix.go }}-release
- name: Create the 'caddy-build' dir for GoReleaser
run: |
mkdir -p xcaddy-build
# GoReleaser will take care of publishing those artifacts into the release
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 8a353a0

Please sign in to comment.