Skip to content

Commit

Permalink
commit qemu (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: AlvoBen <[email protected]>
  • Loading branch information
AlvoBen and BenAlvo1 authored Sep 23, 2024
1 parent 85fe624 commit ec2a9c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Add and Commit qemu.rb
if: inputs.dev == false
run: |
git add qemu.rb
git commit -m "Add qemu.rb"
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
with:
Expand Down

0 comments on commit ec2a9c1

Please sign in to comment.