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 ec972e9 commit a21f6e4Copy full SHA for a21f6e4
.github/workflows/main.yml
@@ -62,13 +62,13 @@ jobs:
62
env:
63
SMOKETEST_DOCKER_IMAGE: python:${{ steps.setup.outputs.python-version }}
64
release:
65
- if: ( github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/ci/') )
+ if: ( github.ref_name == 'master' || startsWith(github.ref_name, 'ci/') )
66
#needs: ['smoketest','lint','test']
67
runs-on: ubuntu-latest
68
steps:
69
- uses: actions/checkout@v5
70
- uses: ./.github/actions/setup-semantic-release
71
- - run: semantic-release
+ - run: semantic-release --branches ${{ github.ref_name }}
72
73
GIT_AUTHOR_NAME: appland-release
74
GIT_AUTHOR_EMAIL: [email protected]
0 commit comments