Skip to content

Commit

Permalink
ci: checkout before check version
Browse files Browse the repository at this point in the history
  • Loading branch information
mormubis committed Sep 20, 2024
1 parent b4be6b4 commit ffab1c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
changed: ${{ steps.check.outputs.changed }}
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout code
uses: actions/checkout@v4

- uses: EndBug/version-check@v2
with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }}

format:
name: 👔 Format
Expand Down

0 comments on commit ffab1c4

Please sign in to comment.