refactor: update clean old assets job to include steps section
This commit is contained in:
10
.github/workflows/autobuild.yml
vendored
10
.github/workflows/autobuild.yml
vendored
@@ -251,11 +251,13 @@ jobs:
|
||||
clean_old_assets:
|
||||
name: Clean Old Release Assets
|
||||
needs: [check_commit, update_tag]
|
||||
runs-on: [ubuntu-latest]
|
||||
if: ${{ needs.check_commit.outputs.should_run == 'true' && needs.update_tag.result == 'success' }}
|
||||
uses: ./.github/workflow/clean-old-assets.yml
|
||||
with:
|
||||
tag_name: ${{ env.TAG_NAME }}
|
||||
dry_run: false
|
||||
steps:
|
||||
- uses: ./.github/workflows/clean-old-assets.yml
|
||||
with:
|
||||
tag_name: ${{ env.TAG_NAME }}
|
||||
dry_run: false
|
||||
|
||||
autobuild-x86-windows-macos-linux:
|
||||
name: Autobuild x86 Windows, MacOS and Linux
|
||||
|
||||
Reference in New Issue
Block a user