Skip to content

Commit

Permalink
testing github workflow for autorelease #2
Browse files Browse the repository at this point in the history
  • Loading branch information
visnkmr committed Jul 18, 2023
1 parent d8f0f8b commit 8e3b39a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn' # Set this to npm, yarn or pnpm.
cache-dependency-path: yarn.lock
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: install dependencies (ubuntu only)
Expand Down

0 comments on commit 8e3b39a

Please sign in to comment.