Skip to content

Commit

Permalink
Update cargo-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTurnock authored Jan 19, 2025
1 parent b2b5e2b commit a88dde4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/cargo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
cargo_release:
name: Run Cargo Release
name: Run Cargo Build
runs-on: windows-latest # Use the latest Windows runner

steps:
Expand Down Expand Up @@ -44,12 +44,4 @@ jobs:

- name: Test
run: lua ltests/test.lua
continue-on-error: true

- name: Install Cargo Release
run: cargo install cargo-release # Install the cargo-release tool

- name: Run Cargo Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use the GitHub token for authentication
run: cargo release --execute --no-publish # Run the cargo release command only creating a new tag but not publishing to crates.io
continue-on-error: true

0 comments on commit a88dde4

Please sign in to comment.