Skip to content

Commit

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

0 comments on commit 550fe50

Please sign in to comment.