Skip to content

Commit

Permalink
- removes unecessary condition for get version step
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Jun 23, 2022
1 parent d2b2774 commit a768c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
echo "::set-output name=version::${version}"
shell: pwsh
id: getversion
if: contains(github.ref, 'refs/tags/v')
env:
BRANCH_NAME: ${{ github.ref }}
- name: Push to GitHub Packages - Nightly
Expand Down

0 comments on commit a768c72

Please sign in to comment.