Skip to content

Commit

Permalink
fix: no release to cloudflare in library
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed May 20, 2024
1 parent f27e016 commit c3bba2e
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,7 @@ on:
- main
name: Release
jobs:
release-staging:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Build
run: pnpm build
- name: Deploy to Cloudflare
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_TOKEN }}
environment: 'carpark-staging'
release-production:
release:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit c3bba2e

Please sign in to comment.