We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571cd2f commit b868895Copy full SHA for b868895
.github/workflows/generate_Robotics_Academy_Database.yml
@@ -53,6 +53,7 @@ jobs:
53
steps:
54
- name: Save the version tag
55
run: echo "TAG=${TAG#v}" >> $GITHUB_ENV
56
+ - run: echo ${TAG}
57
- name: Check out the repo # checking our the code at current commit that triggers the workflow
58
uses: actions/checkout@v3
59
with:
0 commit comments