Skip to content

Commit

Permalink
Improve GURU publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Feb 1, 2025
1 parent 25015f2 commit 797387f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -604,17 +604,10 @@ jobs:
ebuild "firefoxpwa-$VERSION.ebuild" manifest
echo "::endgroup::"
- name: Commit updated package
working-directory: tmp/guru/www-plugins/firefoxpwa
run: |
echo "::group::Committing the package"
git add -A
pkgdev commit --signoff
- name: Scan updated package
working-directory: tmp/guru/www-plugins/firefoxpwa
run: |
git remote set-head origin master
pkgcheck scan --net --commits
echo "::endgroup::"
- name: Remove old packages
working-directory: tmp/guru/www-plugins/firefoxpwa
Expand Down Expand Up @@ -665,6 +658,12 @@ jobs:
pkgdev commit --signoff
echo "::endgroup::"
- name: Scan package changes
working-directory: tmp/guru/www-plugins/firefoxpwa
run: |
git remote set-head origin master
pkgcheck scan --net --commits
- name: Push package changes
uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20
with:
Expand Down

0 comments on commit 797387f

Please sign in to comment.