chore: Release rosenpass version 0.1.1-rc.3

This commit is contained in:
wucke13
2023-02-24 22:59:39 +01:00
parent 175a9c20af
commit 9b3f4670af
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ on:
pull_request:
push:
branches: [main]
tags: ['v*']
jobs:
build:
@@ -58,7 +59,7 @@ jobs:
path: ${{ matrix.derivation }}-${{ matrix.nix-system }}
- name: Release
uses: softprops/action-gh-release@v1
if: github.ref_type == 'tag' && startsWith( github.ref_name, 'v') && contains(matrix.derivation, 'static')
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v') && contains(matrix.derivation, 'static')
with:
files: |
${{ matrix.derivation }}-${{ matrix.nix-system }}