Workflow changes (#9) #10

Merged
phoenix merged 2 commits from devel into main 2025-04-12 17:27:07 +00:00

View File

@@ -5,8 +5,6 @@ on:
branches: branches:
- main - main
- devel - devel
tags:
- 'v*' # Trigger on tags matching v*
jobs: jobs:
release: release:
@@ -20,7 +18,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
components: cargo components: cargo
- name: Extract Version from Cargo.toml - name: Extract Version from Cargo.toml