ci: revert workaround implemented in #4306 (#4328)

This commit is contained in:
Mohammed Al Sahaf 2021-09-03 17:05:04 +03:00 committed by GitHub
parent 9f6393c64c
commit e0fc46a911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -156,9 +156,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Create 'caddy-build'
run: mkdir -p caddy-build
- uses: goreleaser/goreleaser-action@v2
with:

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 caddy-build
# GoReleaser will take care of publishing those artifacts into the release
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2