Skip to content

Commit f0dbe54

Browse files
committed
chore: fixed release workflow
1 parent df46c2a commit f0dbe54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
name: Check
3838
needs: [install]
3939
uses: ./.github/workflows/checks.yml
40+
with:
41+
ref: ${{ github.sha }}
4042

4143
# The security job can't run on pull requests opened from forks because
4244
# Github doesn't pass down the SNYK_TOKEN environment variable.

0 commit comments

Comments
 (0)