We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07a300 commit 571cd2fCopy full SHA for 571cd2f
.github/workflows/generate_Robotics_Academy.yml
@@ -76,6 +76,7 @@ jobs:
76
steps:
77
- name: Save the version tag
78
run: echo "TAG=${TAG#v}" >> $GITHUB_ENV
79
+ - run: echo ${TAG}
80
- name: Check out the repo # checking our the code at current commit that triggers the workflow
81
uses: actions/checkout@v3
82
with:
0 commit comments