diff options
| author | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:28:31 +0300 |
|---|---|---|
| committer | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 09:28:31 +0300 |
| commit | d0d042e8da642b32227c15e1d3b30af6225713aa (patch) | |
| tree | 9dde9c40f5326a2d1327860bff03168c068713c4 | |
| parent | [~] rewrite action (diff) | |
| download | t-d0d042e8da642b32227c15e1d3b30af6225713aa.tar.xz t-d0d042e8da642b32227c15e1d3b30af6225713aa.zip | |
[~] setup-rust-action version
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index adf85ca..76ecdb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: hecrj/setup-rust-action@v1-release + - uses: hecrj/setup-rust-action@v1 with: rust-version: stable - uses: actions/checkout@v2 |