-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aur release to use aksh1618/update-aur-package
Update README.md
- Loading branch information
1 parent
9929937
commit a36316a
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,18 +76,16 @@ jobs: | |
run: echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV | ||
|
||
- name: Update no-gui AUR package | ||
uses: ATiltedTree/create-aur-release@v1 | ||
uses: aksh1618/update-aur-package@v1 | ||
with: | ||
package_name: ferium-bin | ||
package_version: ${{ env.TAG }} | ||
commit_username: "Ilesh Thiada" | ||
commit_email: [email protected] | ||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} | ||
- name: Update gui AUR package | ||
uses: ATiltedTree/create-aur-release@v1 | ||
uses: aksh1618/update-aur-package@v1 | ||
with: | ||
package_name: ferium-gui-bin | ||
package_version: ${{ env.TAG }} | ||
commit_username: "Ilesh Thiada" | ||
commit_email: [email protected] | ||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters