mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-08-01 16:17:35 -07:00
add new trigger for release workflow
The change to a multi crate cargo workspace makes `cargo release` behave differently. Now it prefixes the release tags (e.g. `v0.2.0`) with the package name, so for example `rosenpass-v0.2.0`. This change adds the
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
- rosenpass-v*
|
||||
jobs:
|
||||
i686-linux---release:
|
||||
name: Build release artifacts for i686-linux
|
||||
|
||||
Reference in New Issue
Block a user