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 1b0110e commit 0ded56aCopy full SHA for 0ded56a
.github/workflows/main.yml
@@ -59,6 +59,7 @@ jobs:
59
env:
60
SMOKETEST_DOCKER_IMAGE: python:${{ steps.setup.outputs.python-version }}
61
release:
62
+ # TODO: disable ci glob when CI is stabilized
63
if: ( github.ref_name == 'master' || startsWith(github.ref_name, 'ci/') )
64
needs: ['smoketest','lint','test']
65
runs-on: ubuntu-latest
@@ -70,6 +71,7 @@ jobs:
70
71
run: |
72
poetry config repositories.pypi https://upload.pypi.org/legacy/
73
poetry config repositories.testpypi https://test.pypi.org/legacy/
74
+ # NOTE: this effectively allows any branch, relying only on the guardrails above
75
- run: semantic-release --branches ${{ github.ref_name }}
76
77
GIT_AUTHOR_NAME: appland-release
0 commit comments