Skip to content

Commit 6cc2459

Browse files
vmyroslavbyashimov
authored andcommitted
fix(ci): fixed manual release job
1 parent 2cb8f61 commit 6cc2459

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ jobs:
2323
with:
2424
go-version-file: go.mod
2525

26+
- name: Setup Task
27+
uses: arduino/setup-task@v2
28+
with:
29+
version: '3.x'
30+
repo-token: ${{ secrets.GITHUB_TOKEN }}
31+
32+
- name: Setup OPA
33+
uses: open-policy-agent/setup-opa@v2
34+
with:
35+
version: latest
36+
2637
- uses: crazy-max/ghaction-import-gpg@v6
2738
id: import_gpg
2839
with:

0 commit comments

Comments
 (0)