Skip to content

Commit

Permalink
ci: setup automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Aug 25, 2024
1 parent 4889c20 commit 471d359
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,10 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
steps:
- name: setup rust
uses: dtolnay/rust-toolchain@stable
- name: checkout
uses: actions/checkout@v4
- name: setup
uses: ./.github/actions/devenv
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
nix-cache: /tmp/nixcache
- name: release
uses: MarcoIeni/[email protected]
env:
Expand Down

0 comments on commit 471d359

Please sign in to comment.