Skip to content

Commit

Permalink
set output vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-Splunk committed Dec 6, 2021
1 parent 550fe50 commit d63dc62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# run: echo ${{ github.sha }} > Release.txt
# - name: Test
# run: cat Release.txt
- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Check output
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit d63dc62

Please sign in to comment.