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 bb4c254 commit a0cab3fCopy full SHA for a0cab3f
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
npm config set '//registry.npmjs.org/:_authToken'=${{ secrets.NPM_TOKEN }}
25
- name: Install Task
26
- uses: arduino/setup-task@v2
+ uses: go-task/setup-task@v1
27
28
- name: Install pnpm
29
uses: pnpm/action-setup@v4
website/src/docs/community.md
@@ -22,7 +22,6 @@ can view the full list of community integrations
22
Some installation methods are maintained by third party:
-- [GitHub Actions](https://github.com/arduino/setup-task) by @arduino
- [AUR](https://aur.archlinux.org/packages/go-task-bin) by @carlsmedstad
- [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/task.json)
- [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/)
0 commit comments