Skip to content

Commit

Permalink
Improve release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 12, 2023
1 parent 46567b2 commit b1c74ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ needs.prepare.outputs.tag }}
depth: 0

- name: Lint
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ needs.prepare.outputs.tag }}
depth: 0

- name: Lint
run: |
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ signs:
- ${artifact}
- --output-certificate=${certificate}
- --output-signature=${signature}
- --oidc-provider=github-actions
- --yes
artifacts: all

Expand Down

0 comments on commit b1c74ae

Please sign in to comment.