Skip to content

Commit

Permalink
Remove publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Jul 31, 2024
1 parent 75d77fb commit e0d86e5
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,7 @@ permissions:
contents: write

jobs:
publish-crate:
name: Publish darklua crate
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
profile: minimal

- name: Publish crate
shell: bash
run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

create-release:
needs: publish-crate

name: Create release
runs-on: ubuntu-latest

Expand Down

0 comments on commit e0d86e5

Please sign in to comment.