We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0370a13 commit af33f34Copy full SHA for af33f34
1 file changed
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
image: ghcr.io/douglasneuroinformatics/open-data-capture-gateway
47
- dockerfile: ./apps/web/Dockerfile
48
image: ghcr.io/douglasneuroinformatics/open-data-capture-web
49
- if: ${{ needs.configure.is_release }}
+ if: ${{ needs.configure.is_release == 'true' }}
50
steps:
51
- name: Checkout Repository
52
uses: actions/checkout@v4
@@ -88,7 +88,7 @@ jobs:
88
contents: write
89
env:
90
CURRENT_VERSION: ${{ needs.configure.outputs.current_version }}
91
92
93
94
0 commit comments