Skip to content

Commit

Permalink
feat(app): test
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed May 21, 2024
1 parent 3875c7f commit 17142ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: go.mod

- name: Set CGO
if: ${{ matrix.os == 'darwin' }}
Expand Down Expand Up @@ -213,15 +214,14 @@ jobs:
- prepare
steps:
- name: Publish AUR package
uses: varabyte/[email protected].5
uses: varabyte/[email protected].4
with:
version: ${{ needs.prepare.outputs.version }}
package_name: dl-bin
commit_username: "dlbot"
commit_email: [email protected]
ssh_private_key: ${{ secrets.AUR_KEY }}
if: "!contains(github.ref, '-rc')"
dry_run: true
dry_run: "contains(github.ref, '-rc')"

fury-publish:
name: Fury publish ${{ matrix.arch }}.${{ matrix.type }}
Expand Down

0 comments on commit 17142ca

Please sign in to comment.