File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
- " *.*.*"
7
7
branches :
8
8
- ' release/*'
9
-
9
+
10
10
env :
11
11
# Workaround for no ternary operator, use short-circuiting
12
12
VERSION : ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}
13
- MAC_PACKAGE : OpenCRAVAT.${{env.VERSION }}.pkg
14
- WINDOWS_INSTALLER : OpenCRAVAT-${{env.VERSION }}.exe
15
- DOCKER_TAG : ${{ secrets.DOCKER_USERNAME }}/opencravat:${{env.VERSION }}
16
- DOCKER_ARCHIVE : opencravat-docker-${{ env.VERSION }}.tgz
17
- PYPI_SDIST : open-cravat-${{ env.VERSION }}.tar.gz
13
+ MAC_PACKAGE : OpenCRAVAT.${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.pkg
14
+ WINDOWS_INSTALLER : OpenCRAVAT-${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.exe
15
+ DOCKER_TAG : ${{ secrets.DOCKER_USERNAME }}/opencravat:${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}
16
+ DOCKER_ARCHIVE : opencravat-docker-${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.tgz
17
+ PYPI_SDIST : open-cravat-${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'DEV' }}.tar.gz
18
18
19
19
jobs :
20
20
pypi :
You can’t perform that action at this time.
0 commit comments