Skip to content

Commit f9487f1

Browse files
⬆️ CI/CD: Updated
1 parent a56e549 commit f9487f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/candidate-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
with:
21-
repo-token: ${{ secrets.GITHUB_TOKEN }}
2220

2321
- name: Create tag
22+
env:
23+
OUTPUT: ${{ $(git ls-remote --tags origin | grep ${TAG##*/}) }}
2424
run: |
2525
echo ${TAG}
2626
echo ${TAG##*/}
2727
28-
OUTPUT="$(git ls-remote --tags origin | grep ${TAG##*/})"
2928
echo "${OUTPUT:0-1}"
3029
3130
if [[ -n "$OUTPUT" ]]; then

0 commit comments

Comments
 (0)