Skip to content

Commit

Permalink
Fix yaml syntax errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 10, 2024
1 parent 80c4332 commit 18db0f8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ permissions:
contents: write

jobs:
ci:
uses: rancher/webhook/.github/workflows/ci.yaml@${{github.base_ref}}
permissions:
contents: read
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
Expand Down Expand Up @@ -50,6 +46,8 @@ jobs:
sha256sum webhook-linux-${{ matrix.arch}} > sha256sum-${{ matrix.arch}}.txt
release:
runs-on: ubuntu-latest
steps:
- name: Upload everything
run: |
ls -lR dist
Expand Down

0 comments on commit 18db0f8

Please sign in to comment.