Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertia-himanshu authored Nov 2, 2021
1 parent f516a9c commit b9e3637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
strip_v: true

- name: Use tag
id: tag_step
run: echo "setting VERSION"
env:
jobs.release.VERSION: ${{steps.tag.outputs.tag}}
env:
VERSION: ${{steps.tag.outputs.tag}}

- name : print tag
run: echo "env.version ${{env.VERSION}} ; version ${{VERSION}} ; jobs.release.VERSION {{jobs.release.VERSION}}"
run: echo ${{steps.tag_step.env.VERSION}}

0 comments on commit b9e3637

Please sign in to comment.