Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
wip: comment out semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaclen committed Oct 19, 2023
1 parent d28a3f1 commit 31bc058
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -17,13 +17,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- 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: Deploy to CloudFlare Pages
uses: cloudflare/wrangler-action@v3

0 comments on commit 31bc058

Please sign in to comment.