Skip to content

Commit

Permalink
change conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Nov 28, 2023
1 parent e8f8f3f commit 0e1620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Dump tags
run: |
echo "${{ steps.meta.outputs.tags }}"
echo "Tga is proper {{ startsWith(steps.meta.outputs.tags, 'v') }}"
echo "Tag is proper ${{ startsWith(steps.meta.outputs.tags, 'v') }}"
- name: Create release
if: ${{ startsWith(steps.meta.outputs.tags, 'v') }}
Expand Down

0 comments on commit 0e1620e

Please sign in to comment.