Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 7a798b3

Browse files
authored
- removes redudant condition
1 parent 3830039 commit 7a798b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
"user=${{ secrets.NUGET_USER }}"
4444
"token=${{ secrets.NUGET_PASSWORD }}"
4545
- name: Push to GitHub Packages - Release
46-
if: contains(github.ref, 'refs/tags/v') || startsWith(github.event.inputs.tag, 'v')
46+
if: contains(github.ref, 'refs/tags/v')
4747
uses: docker/[email protected]
4848
with:
4949
push: true

0 commit comments

Comments
 (0)