Skip to content

Commit a2a3db2

Browse files
committed
fix: Check for ref name in CI tagged release
1 parent a344527 commit a2a3db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
token: ${{ secrets.GH_DEPLOY_TOKEN }}
1717
checkName: CI
18-
ref: ${{ github.sha }}
18+
ref: ${{ github.ref_name }}
1919
# Wait for one hour
2020
timeoutSeconds: 3600
2121
intervalSeconds: 60

0 commit comments

Comments
 (0)