Skip to content

Commit

Permalink
added push to repo to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Nov 28, 2024
1 parent 3d00251 commit e408b40
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ jobs:
host_key_checking: true
extra_vars: sign_key_name=prod

# push_local:
# needs:
# - prebuild
# - build
# - sign
# runs-on: buildinator
# steps:
# - id: push_local
# name: Push packages into local repository
# uses: 45drives/actions/update-repo@main
# with:
# uuid: ${{ needs.prebuild.outputs.uuid }}
push_local:
needs:
- prebuild
- build
- sign
runs-on: buildinator
steps:
- id: push_local
name: Push packages into local repository
uses: 45drives/actions/update-repo@main

0 comments on commit e408b40

Please sign in to comment.