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 7edeec3 commit e7bea87Copy full SHA for e7bea87
.github/workflows/ci.yml
@@ -229,7 +229,7 @@ jobs:
229
publish-ghcr:
230
needs: [setup, snyk]
231
runs-on: ubuntu-latest
232
- if: ${{ ( github.ref_type == 'branch' ) && (( github.ref_name == github.master_branch ) || ( github.ref_name == 'v0' )) }}
+ if: ${{ ( github.ref_type == 'branch' ) && (( github.ref_name == 'master' ) || ( github.ref_name == 'v0' )) }}
233
steps:
234
- uses: actions/checkout@v3
235
- name: setup env variables
0 commit comments