release pipeline working, ready to merge

pull/434/head
Rémi Laurent 2022-05-31 11:28:14 +02:00
parent 6dcda5c832
commit 7d14134710
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: MonarcAppFO releases
on:
push:
branches: [ 'ci-releases' ]
branches: [ 'master' ]
tags: [ 'v*.*', 'v*.*.*', 'v*.*.*-*' ]
pull_request:
branches: [ 'master' ]
@ -72,7 +72,7 @@ jobs:
# prepare release
- name: Get repository name
id: repository
run: echo "::set-output name=pathref::$(echo '${{ github.repository }}' | cut -d'/' -f2)-$(echo '${{ github.ref_name }}' | sed 's/[^[:alnum:]\.]/_/g')"
run: echo "::set-output name=pathref::$(echo '${{ github.repository }}' | cut -d'/' -f2)-$(echo '${{ github.ref_name }}' | sed 's/[^[:alnum:]\.-]/_/g')"
- name: create artifact archive
run: |