Skip to content

Commit

Permalink
ci: use trunk 0.20.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Apr 26, 2024
1 parent b07477b commit bd9dc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install trunk
run: |
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
tar xzf trunk-x86_64-unknown-linux-gnu.tar.gz
sudo install trunk /usr/bin/trunk
Expand Down

0 comments on commit bd9dc22

Please sign in to comment.