Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 15, 2024
1 parent a769d8e commit e9966f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:

- name: Clean up old mirror release
run: |
gh release delete mirror --yes || true
git push origin --delete refs/tags/mirror || true
gh release delete "mirror-data" --yes || true
git push origin --delete "refs/tags/mirror-data" || true
- name: Switch to mirror branch
run: git checkout mirror
run: git checkout origin mirror

- name: Publish mirror release
run: >
gh release create mirror
gh release create "mirror-data"
--prerelease
--notes-file "$GITHUB_WORKSPACE/dist/build/mirror/NOTES.md"
--title "$SUBJECT"
Expand Down

0 comments on commit e9966f3

Please sign in to comment.