Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Apr 15, 2024
1 parent d080bf4 commit 3fabf5e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:

jobs:
version-check:
name: Check version
runs-on: ubuntu-22.04
steps:
- name: Fetch repo
uses: actions/checkout@v4
#with:
#fetch-depth: 0

- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check if we are on correct commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3fabf5e

Please sign in to comment.