Skip to content

Commit dcca147

Browse files
committed
chore: release 2.1.1
Release-As: 2.1.1
1 parent 165d011 commit dcca147

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ on:
22
push:
33
branches:
44
- master
5-
- release/*
65

76
permissions:
87
contents: write

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
publish:
16-
if: ${{ startsWith(github.event.head_commit.message, 'chore(main)') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'supabase' && github.event.workflow_run.conclusion == 'success' }}
16+
if: ${{ startsWith(github.event.head_commit.message, 'chore(main)') && github.ref == 'refs/heads/main' && github.event_name == 'push' && github.event.workflow_run.conclusion == 'success' }}
1717
name: build, pack & publish
1818
runs-on: ubuntu-latest
1919
steps:

Supabase.Functions.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
2020
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
2121
.github\workflows\build-documentation.yaml = .github\workflows\build-documentation.yaml
2222
.github\workflows\release.yml = .github\workflows\release.yml
23+
.github\workflows\release-please.yml = .github\workflows\release-please.yml
2324
EndProjectSection
2425
EndProject
2526
Global

0 commit comments

Comments
 (0)