From cd99ed37155f29e0124f13c38f3d4cf176d7291e Mon Sep 17 00:00:00 2001 From: Fernando Maclen Date: Mon, 16 Oct 2023 10:54:04 -0400 Subject: [PATCH] debug: bypass semantic release for now --- .github/workflows/deploy.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5a2149f..ce57d3d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,8 +1,9 @@ -name: Build & deploy to S3 +name: Build & deploy on: push: branches: + # - main - deploy-to-cloudflare jobs: @@ -28,13 +29,13 @@ jobs: - name: Generate typesafe-i18n files run: npx typesafe-i18n --no-watch - - name: Semantic Release - id: release - run: | - version=$(npx semantic-release --branches main | grep 'Published release' | grep -oE '[0-9]+\.[0-9]+\.[0-9]+') - echo "version=$version" >> "$GITHUB_OUTPUT" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Semantic Release + # id: release + # run: | + # version=$(npx semantic-release --branches main | grep 'Published release' | grep -oE '[0-9]+\.[0-9]+\.[0-9]+') + # echo "version=$version" >> "$GITHUB_OUTPUT" + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build run: npm run build