Skip to content

Commit

Permalink
Intermediate commit to test version name
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Jul 24, 2023
1 parent cca99e0 commit 0884226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-nightly-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:

- name: Get version tag
id: extract_tag
run: echo "##[set-output name=tag;]$(date +%Y%m%d)"
run: echo "{tag}={date +%Y%m%d}" >> $GITHUB_OUTPUT

- name: Current Version Name
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: |
echo ${{ steps.extract_tag.outputs.tag }}
#
Expand Down

0 comments on commit 0884226

Please sign in to comment.