We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629e90b commit f9540ccCopy full SHA for f9540cc
.github/workflows/release-go-task.yml
@@ -65,12 +65,12 @@ jobs:
65
with:
66
repo-token: ${{ secrets.GITHUB_TOKEN }}
67
version: 3.x
68
-
69
- - name: Build License
70
- run: |
+
+ - name: Build License
+ run: |
71
task extract-licenses
72
task append-license
73
74
- name: Build
75
run: task dist:${{ matrix.env.os }}
76
0 commit comments