Skip to content

Commit

Permalink
gh-actions: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Sep 20, 2024
1 parent 0206b12 commit 8779579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests-on-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
run: |
echo "RELEASE=$(git tag --points-at HEAD)" >> $GITHUB_ENV
echo "TAG=${RELEASE:-$(git describe --always --tags)}" >> $GITHUB_ENV
echo "::set-output name=tag::${RELEASE:-$(git describe --always --tags)}"
echo "tag=${RELEASE:-$(git describe --always --tags)}" >> $GITHUB_OUTPUT
- name: deploy docker images
id: deploy-docker-images
shell: bash
Expand Down

0 comments on commit 8779579

Please sign in to comment.