aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/publish.yml')
-rw-r--r--.github/workflows/publish.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 962a768..5a99b69 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -34,8 +34,8 @@ jobs:
- name: makepkg
uses: py7hon/arch-makepkg@v0.0.2
- uses: ncipollo/release-action@v1.7.3
- with:
- allowUpdates: true
- tag: "packages"
- artifacts: "./*/agent-*.zst"
- token: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ allowUpdates: true
+ tag: "packages"
+ artifacts: "./*/agent-*.zst"
+ token: ${{ secrets.GITHUB_TOKEN }}