From 4b434f1d301d101f56a5e7d62b97960c263e69da Mon Sep 17 00:00:00 2001 From: Freek Gruntjes Date: Thu, 2 Feb 2023 08:48:38 +0100 Subject: [PATCH] fix: Attempted deploy fix --- .github/workflows/release.yaml | 2 +- deploy/setup.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aad1475..109e305 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,6 @@ jobs: persist-credentials: false - uses: cycjimmy/semantic-release-action@v3 with: - semantic_version: 20 + semantic_version: 19 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/deploy/setup.sh b/deploy/setup.sh index 3ae35bb..f7ce353 100755 --- a/deploy/setup.sh +++ b/deploy/setup.sh @@ -179,6 +179,7 @@ function storeSecret { fi echo "${SECRET_VALUE}" | gh secret set "${SECRET_NAME}" --app actions + echo "${SECRET_VALUE}" | gh secret set "${SECRET_NAME}" --app dependabot echo "${SECRET_NAME}=\"${SECRET_VALUE}\"" >> .env.deploy.local } cat /dev/null > .env.deploy.local