Skip to content

Commit a768c72

Browse files
committed
- removes unecessary condition for get version step
Signed-off-by: Vincent Biret <[email protected]>
1 parent d2b2774 commit a768c72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
echo "::set-output name=version::${version}"
2929
shell: pwsh
3030
id: getversion
31-
if: contains(github.ref, 'refs/tags/v')
3231
env:
3332
BRANCH_NAME: ${{ github.ref }}
3433
- name: Push to GitHub Packages - Nightly

0 commit comments

Comments
 (0)