We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07477b commit bd9dc22Copy full SHA for bd9dc22
1 file changed
.github/workflows/publish.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install trunk
39
run: |
40
- curl -sL https://github.com/thedodd/trunk/releases/download/v0.20.0-alpha.2/trunk-x86_64-unknown-linux-gnu.tar.gz -o trunk-x86_64-unknown-linux-gnu.tar.gz
+ curl -sL https://github.com/thedodd/trunk/releases/download/v0.20.0-rc.1/trunk-x86_64-unknown-linux-gnu.tar.gz -o trunk-x86_64-unknown-linux-gnu.tar.gz
41
tar xzf trunk-x86_64-unknown-linux-gnu.tar.gz
42
sudo install trunk /usr/bin/trunk
43
0 commit comments