We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8926c71 commit 7b7f4a4Copy full SHA for 7b7f4a4
.github/workflows/release.yaml
@@ -74,7 +74,7 @@ jobs:
74
# 4. the title prefix 'chore: Release '.
75
if: >
76
github.event.pull_request.merged &&
77
- github.ref == 'main' &&
+ github.ref == 'refs/heads/main' &&
78
contains(github.event.pull_request.labels.*.name, 'release:publish') &&
79
startsWith(github.event.pull_request.title, 'chore: Release ')
80
src/firebase_functions/__init__.py
@@ -15,4 +15,4 @@
15
Firebase Functions for Python.
16
"""
17
18
-__version__ = "0.1.2"
+__version__ = "0.1.1"
0 commit comments