Skip to content

Commit

Permalink
add checkout to second job
Browse files Browse the repository at this point in the history
  • Loading branch information
proton committed Nov 27, 2023
1 parent 26bafa3 commit b4cd180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
if: ${{ needs.check_tag.outputs.version_exists == 'false' }}

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Create tag
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit b4cd180

Please sign in to comment.