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

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

4
.github/workflows/release.yml

@ -88,10 +88,6 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-go${{ matrix.go }}-release ${{ 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 # GoReleaser will take care of publishing those artifacts into the release
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2

Loading…
Cancel
Save