Skip to content

Commit

Permalink
github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RapidCodeLab committed Feb 16, 2024
1 parent 7e04051 commit e51e18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
id: version_step
run: |
echo "##[set-output name=version;]VERSION=${GITHUB_REF#$"refs/tags/v"}"
echo "##[set-output name=version_tag;]$GITHUB_REPOSITORY:${GITHUB_REF#$"refs/tags/v"}"
echo "##[set-output name=latest_tag;]$GITHUB_REPOSITORY:latest"
echo "##[set-output name=version_tag;]prebidlab/vast-provider:${GITHUB_REF#$"refs/tags/v"}"
echo "##[set-output name=latest_tag;]prebidlab/vast-provider:latest"
- name: Print Version
run: |
echo ${{steps.version_step.outputs.version_tag}}
Expand Down

0 comments on commit e51e18a

Please sign in to comment.