Skip to content

Commit e64a904

Browse files
committed
feat(ci): Adding CI to build different architectures of the plugin.
1 parent 4a0f1e7 commit e64a904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
goreleaser:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
# Allow goreleaser to access older tag information.
2323
fetch-depth: 0
@@ -26,13 +26,13 @@ jobs:
2626
go-version-file: 'go.mod'
2727
cache: true
2828
- name: Import GPG key
29-
uses: crazy-max/ghaction-import-gpg@v5
29+
uses: crazy-max/ghaction-import-gpg@v6
3030
id: import_gpg
3131
with:
3232
gpg_private_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
3333
passphrase: ${{ secrets.KF_GPG_PASSPHRASE }}
3434
- name: Run GoReleaser
35-
uses: goreleaser/goreleaser-action@v4
35+
uses: goreleaser/goreleaser-action@v5
3636
with:
3737
args: release --clean
3838
env:

0 commit comments

Comments
 (0)