ci: revert goreleaser workaround precereating xcaddy-build (#70)

This commit is contained in:
Mohammed Al Sahaf 2021-09-03 17:13:19 +03:00 committed by GitHub
parent 3d8622df25
commit 8a353a02b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -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