Skip to content

Commit

Permalink
CI: Don't forget to check out before running a custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Jun 3, 2024
1 parent 5a94078 commit 72ce197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
needs: [ publish-all, publish-example-project ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Update GitHub Release
uses: ./.github/actions/update-release
with:
Expand Down

0 comments on commit 72ce197

Please sign in to comment.