diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b1b267e..269420a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,7 +74,7 @@ jobs: # 4. the title prefix 'chore: Release '. if: > github.event.pull_request.merged && - github.ref == 'main' && + github.ref == 'refs/heads/main' && contains(github.event.pull_request.labels.*.name, 'release:publish') && startsWith(github.event.pull_request.title, 'chore: Release ') diff --git a/src/firebase_functions/__init__.py b/src/firebase_functions/__init__.py index 4d1fab3..5935ac7 100644 --- a/src/firebase_functions/__init__.py +++ b/src/firebase_functions/__init__.py @@ -15,4 +15,4 @@ Firebase Functions for Python. """ -__version__ = "0.1.2" +__version__ = "0.1.1"