Skip to content

Commit

Permalink
(fix): remove zig from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshsampath committed Apr 8, 2024
1 parent 820c296 commit c85ab47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: stable
- uses: goto-bus-stop/setup-zig@v2
- name: Set output
id: macos_sdk
run: echo "path=$(xcrun --show-sdk-path)" >> $GITHUB_OUTPUT
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- uses: goreleaser/goreleaser-action@v5
Expand All @@ -42,4 +38,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.MY_GH_ACTION_TOKEN }}
KO_DOCKER_REPO: ${{ env.IMAGE_NAME }}/grpc-todo-app
SDK_PATH: ${{ steps.macos_sdk.outputs.path }}

0 comments on commit c85ab47

Please sign in to comment.