We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e401d commit a399134Copy full SHA for a399134
.github/workflows/python-library-rc.yml
@@ -23,6 +23,7 @@ jobs:
23
24
- name: 📑 Create tag
25
run: |
26
+ echo "test"
27
echo VARIAVEL_ABC="$(git ls-remote --tags origin | grep ${TAG##*/})" >> $GITHUB_ENV
28
29
if [[ -n "$VARIAVEL_ABC" ]]; then
0 commit comments