Skip to content

Commit

Permalink
feat(ci): Adding CI to build different architectures of the plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Jan 19, 2024
1 parent 8740671 commit 3cfd9d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v4
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
Expand All @@ -38,6 +38,4 @@ jobs:
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GPG_TTY: $(tty)
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 3cfd9d4

Please sign in to comment.