Skip to content

Commit

Permalink
chore: fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Dec 21, 2024
1 parent df46c2a commit f0dbe54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
name: Check
needs: [install]
uses: ./.github/workflows/checks.yml
with:
ref: ${{ github.sha }}

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

0 comments on commit f0dbe54

Please sign in to comment.