Skip to content

Commit

Permalink
Merge branch 'main' into feature/PRLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvoBen authored Sep 23, 2024
2 parents f05ccd8 + ec2a9c1 commit 5593765
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 5593765

Please sign in to comment.