Skip to content

Commit

Permalink
feat: add hot open sauced supabase feature integration
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Feb 3, 2022
1 parent 13777e1 commit 3d8cfbf
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 696 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ on:
push:
branches:
- main
- next
- next-major
- alpha
- beta

jobs:
release:
Expand Down Expand Up @@ -105,13 +109,16 @@ on:
push:
branches:
- main
- next
- next-major
- alpha
- beta

jobs:
release:
environment:
name: production
url: https://github.com/${{ github.repository }}/releases/tag/${{ steps.semantic-release.outputs.release-tag }}
name: Semantic release
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
Expand Down
Loading

0 comments on commit 3d8cfbf

Please sign in to comment.