Skip to content

Commit

Permalink
fix rc tag env name
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Sep 6, 2024
1 parent 78393b2 commit 61fc831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-50_publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
run: |
. ./.github/scripts/common/lib.sh
version="${{ needs.validate-inputs.outputs.VERSION }}" && \
echo "version=${version}" >> $GITHUB_OUTPUT
release="${{ needs.validate-inputs.outputs.VERSION }}" && \
echo "release=${release}" >> $GITHUB_OUTPUT
commit=$(git rev-parse --short HEAD) && \
echo "commit=${commit}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 61fc831

Please sign in to comment.