Skip to content

Commit

Permalink
add checkout step to make-testing-release (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb authored Dec 11, 2024
1 parent f3d8ce6 commit 8e9bb2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
if: github.ref_name == 'develop'
steps:

- name: Checkout
uses: actions/checkout@v4

- name: Delete tag and release
uses: dev-drprasad/[email protected]
with:
Expand Down

0 comments on commit 8e9bb2f

Please sign in to comment.