Skip to content

Commit 0c65232

Browse files
committed
Use latest version
1 parent c650b01 commit 0c65232

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ runs:
1313
- uses: dsaltares/fetch-gh-release-asset@master
1414
with:
1515
repo: gitsudo-io/ghctl
16-
version: tags/v0.1.0
1716
file: ghctl
1817
target: /usr/local/bin/ghctl
19-
- uses: actions-rust-lang/setup-rust-toolchain@v1
2018
- shell: bash
2119
run: |
22-
cargo build --release
23-
mv target/release/ghctl /usr/local/bin/ghctl
2420
ghctl ${{ inputs.args }}

0 commit comments

Comments
 (0)