Browse Source

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

master
Mohammed Al Sahaf 4 years ago
committed by GitHub
parent
commit
e0fc46a911
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/ci.yml
  2. 4
      .github/workflows/release.yml

3
.github/workflows/ci.yml

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

4
.github/workflows/release.yml

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

Loading…
Cancel
Save