Skip to content

Commit

Permalink
Fixed tag check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikery committed Mar 19, 2024
1 parent 8834306 commit 5cbf16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache-to: type=gha,mode=max
- name: Create release
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/v')
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: false
Expand Down

0 comments on commit 5cbf16c

Please sign in to comment.