Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Oct 4, 2023
1 parent 4224c7a commit 73e1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
env:
TAG_NAME: ${{ steps.tagname.outputs.timestamp }}
with:
push: github.ref_name == 'main'
push: ${{ github.ref_name == 'main' }}
tags: mstruebing/elmodoro:${{ steps.tagname.outputs.timestamp }}

0 comments on commit 73e1511

Please sign in to comment.