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 645cebf commit 520bd79Copy full SHA for 520bd79
.github/workflows/release.yml
@@ -22,6 +22,12 @@ jobs:
22
filter-regex: '^\[([sS][kK][iI][pP]|[cC][hH][aA][nN][gG][eE][lL][oO][gG])[ ,-]([cC][hH][aA][nN][gG][eE][lL][oO][gG]|[sS][kK][iI][pP])\].*'
23
changelog-file-path: "dist/CHANGELOG.md"
24
25
+ - name: Install Taskfile
26
+ uses: arduino/actions/setup-taskfile@master
27
+ with:
28
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
29
+ version: 3.x
30
+
31
- name: Build
32
run: task dist:all
33
0 commit comments