Skip to content

Commit 779e96b

Browse files
authored
chore: attempt #3 of checking for tags
1 parent 791dcd2 commit 779e96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3.3.0
2626

2727
- name: Check for Tags
28-
uses: proudust/gh-describe@v1.5.3
28+
uses: digital-ai/query-tag-action@v2
2929

3030
- name: Publish Release
3131
run: gh api /repos/angular-ui/ui-grid.info/releases --method POST -f tag_name='${{ github.event.inputs.release }}' -f target_commitish='gh-pages'

0 commit comments

Comments
 (0)
X