Skip to content

Commit

Permalink
ci: PLT-608: Deploy long version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Dec 23, 2024
1 parent d7cebed commit 416eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
steps:
- uses: actions/github-script@v7
env:
DOCKER_IMAGE_VERSION: ${{ needs.build-docker.outputs.image_version }}
DOCKER_IMAGE_VERSION: ${{ needs.build-docker.outputs.build_version }}
RELEASE_NAME: ${{ startsWith(github.ref_name, 'ls-release/') && 'ls-release' || 'ls-develop' }}
with:
github-token: ${{ secrets.GIT_PAT }}
Expand Down

0 comments on commit 416eedb

Please sign in to comment.