Skip to content

Commit

Permalink
Make sure to checkout source when handling nightly release
Browse files Browse the repository at this point in the history
Signed-off-by: Mary Guillemard <mary@mary.zone>
  • Loading branch information
marysaka committed Sep 7, 2024
1 parent 14cee8a commit 1998e90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
- name: Download binaries
uses: actions/download-artifact@v4

- name: Checkout source for nightly release removal
uses: actions/checkout@v4
if: github.ref == 'refs/heads/master'

- name: Remove previous nightly release
if: github.ref == 'refs/heads/master'
run: |
Expand Down

0 comments on commit 1998e90

Please sign in to comment.