Skip to content

Commit e7bea87

Browse files
authored
fix for ghcr publish on master (#126)
1 parent 7edeec3 commit e7bea87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
publish-ghcr:
230230
needs: [setup, snyk]
231231
runs-on: ubuntu-latest
232-
if: ${{ ( github.ref_type == 'branch' ) && (( github.ref_name == github.master_branch ) || ( github.ref_name == 'v0' )) }}
232+
if: ${{ ( github.ref_type == 'branch' ) && (( github.ref_name == 'master' ) || ( github.ref_name == 'v0' )) }}
233233
steps:
234234
- uses: actions/checkout@v3
235235
- name: setup env variables

0 commit comments

Comments
 (0)