Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Aug 29, 2024
1 parent 101c4dc commit 6cb5f5b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/repack-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ on:

jobs:
clean_release:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: delete previous tag/release
if: github.ref == 'refs/heads/main'
uses: dev-drprasad/[email protected]
- name: rebuild release body
uses: marvinpinto/action-automatic-releases@latest
with:
delete_release: true
tag_name: "latest"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "Latest"
title: "Latest development build"

build:
needs: [clean_release]
Expand Down

0 comments on commit 6cb5f5b

Please sign in to comment.