From 9529e373739440d5665bd7d7ce350ceee148286d Mon Sep 17 00:00:00 2001 From: noamd-legit <74864790+noamd-legit@users.noreply.github.com> Date: Tue, 11 Jun 2024 02:24:39 -0400 Subject: [PATCH] fix: goreleaser changed --rm-dist to --clean (#314) * update cname * update gorleaser flags --- .github/workflows/release.yaml | 4 ++-- docs/CNAME | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d8bf78b0..47b55d7a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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 \ No newline at end of file + upload-assets: true # upload to a new release diff --git a/docs/CNAME b/docs/CNAME index e6dd0513..d1e59c08 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -legitify.dev \ No newline at end of file +https://legit-labs.github.io/legitify/