mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +01:00
Proper tag name in release
This commit is contained in:
parent
888292dbef
commit
5742721cbd
11
.github/workflows/rpmbuild.yml
vendored
11
.github/workflows/rpmbuild.yml
vendored
@ -27,8 +27,10 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: cc-metric-collector-${{github.ref}}
|
name: cc-metric-collector-${{github.ref_name}}
|
||||||
files: ${{ steps.rpm.outputs.rpm_path }}
|
files: |
|
||||||
|
${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
${{ steps.rpm.outputs.rpm_path }}
|
||||||
build-rhel-ubi8:
|
build-rhel-ubi8:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -51,5 +53,6 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: cc-metric-collector-${{github.ref}}
|
files: |
|
||||||
files: ${{ steps.rpm.outputs.rpm_path }}
|
${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
${{ steps.rpm.outputs.rpm_path }}
|
||||||
|
Loading…
Reference in New Issue
Block a user