Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaowenHu96 committed Jan 18, 2022
1 parent ea4ebd4 commit 87afc1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
- release: ubuntu-2004
extension: ".deb"
OS-name: "ubuntu/focal"
- release: ubuntu-2010
extension: ".deb"
OS-name: "ubuntu/groovy"
- release: ubuntu-2104
extension: ".deb"
OS-name: "ubuntu/hirsute"
Expand Down Expand Up @@ -108,6 +105,8 @@ jobs:
cd souffle &&
docker cp container:/home/builduser/PKGBUILD . &&
docker cp container:/home/builduser/.SRCINFO . &&
git config user.email "[email protected]" &&
git config user.name "Xiaowen Hu" &&
git add PKGBUILD .SRCINFO &&
git commit -m "release version ${{ steps.prepare.outputs.release_tag }}" &&
git push
Expand Down

0 comments on commit 87afc1c

Please sign in to comment.