We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625e011 commit f59fb0eCopy full SHA for f59fb0e
.github/workflows/workflow.yml
@@ -23,8 +23,7 @@ jobs:
23
docker_image: jk4ger/gitstats
24
docker_cache_in: /tmp/.buildx-cache
25
docker_cache_out: /tmp/.buildx-cache-new
26
- # TODO: This doesn't work!
27
- is_publish: ${{github.event_name == 'push' && github.ref_type == 'tag'}}
+ is_publish: ${{((github.event_name == 'push' && github.ref_type == 'tag') && 'true') || 'false'}}
28
29
steps:
30
- name: Checkout sources
0 commit comments