Skip to content

Commit

Permalink
revert zig and goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Jan 26, 2024
1 parent 8dc6294 commit 9e01db7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/goreleaser-build-sign-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: false
zig-version:
description: The zig version
default: 0.11.0
default: 0.10.1
required: false
cosign-version:
description: The cosign version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser-build-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
docker-registry: ${{ secrets.AWS_DEVELOP_ECR_HOSTNAME }}
enable-goreleaser-snapshot: "true"
goreleaser-exec: ./tools/bin/goreleaser_wrapper
goreleaser-config: .goreleaser.develop.ci.yaml
zig-version: 0.11.0
goreleaser-config: .goreleaser.develop.yaml
zig-version: 0.10.1
- name: Collect Metrics
if: always()
id: collect-gha-metrics
Expand Down

0 comments on commit 9e01db7

Please sign in to comment.