Skip to content

Commit

Permalink
fix(ci): fix toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Dec 3, 2023
1 parent 170d78f commit d60ec4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*.*.*"
- 'v*.*.*'

jobs:
crates:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Setup Rust
uses: hecrj/setup-rust-action@master
with:
rust-version: ${{ matrix.rust }}
rust-version: stable
- name: Checkout
uses: actions/checkout@v2
- name: Publish to crates.io
Expand Down

0 comments on commit d60ec4a

Please sign in to comment.