Skip to content

Commit

Permalink
test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Sep 10, 2024
1 parent 9911c88 commit 1dcc88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Makepkg Build and Check
id: makepkg
uses: bodsch/pkgbuild-action@v2
uses: bodsch/pkgbuild-action@v2.0.1
with:
makepkgArgs: "--skippgpcheck --noconfirm"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Makepkg Build and Check
id: makepkg
uses: bodsch/pkgbuild-action@v2
uses: bodsch/pkgbuild-action@v2.0.1
with:
makepkgArgs: "--skippgpcheck --noconfirm"

Expand Down

0 comments on commit 1dcc88b

Please sign in to comment.