Skip to content

Commit

Permalink
fix: goreleaser changed --rm-dist to --clean (#314)
Browse files Browse the repository at this point in the history
* update cname

* update gorleaser flags
  • Loading branch information
noamd-legit committed Jun 11, 2024
1 parent 86451d4 commit 9529e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: run-goreleaser
with:
version: latest
args: "release --rm-dist"
args: "release --clean"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # ratchet:actions/upload-artifact@v3
Expand Down Expand Up @@ -177,4 +177,4 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.2
with:
base64-subjects: "${{ needs.macos_sign.outputs.hashes }}"
upload-assets: true # upload to a new release
upload-assets: true # upload to a new release
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
legitify.dev
https://legit-labs.github.io/legitify/

0 comments on commit 9529e37

Please sign in to comment.