Skip to content

Commit

Permalink
Fix release action, set operator sdk (jaegertracing#1363)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
  • Loading branch information
rubenvp8510 authored Jan 14, 2021
1 parent 8eb0f1b commit 862b10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
go-version: '1.14.4'
- uses: actions/checkout@v1
- uses: jpkrohling/setup-operator-sdk@v1.0.2
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
with:
operator-sdk-version: v0.18.2
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- name: "perform the release"
env:
GH_WRITE_TOKEN: ${{ secrets.GH_WRITE_TOKEN }}
Expand Down

0 comments on commit 862b10a

Please sign in to comment.