Skip to content

Commit

Permalink
feat: Update workflow to use actions/checkout@v4
Browse files Browse the repository at this point in the history
- Added actions/checkout@v4 step to the publish-to-auto-release workflow to ensure the latest version of the repository is checked out.
  • Loading branch information
takanotume24 committed Dec 4, 2024
1 parent 0e33fcc commit 8564306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
needs: test-tauri
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Extract version from branch name
id: extract_version
run: |
Expand Down

0 comments on commit 8564306

Please sign in to comment.