Skip to content

Commit

Permalink
debug: bypass semantic release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaclen committed Oct 16, 2023
1 parent a8f26d8 commit cd99ed3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build & deploy to S3
name: Build & deploy

on:
push:
branches:
# - main
- deploy-to-cloudflare

jobs:
Expand All @@ -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
Expand Down

0 comments on commit cd99ed3

Please sign in to comment.