Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a2af26495 | ||
|
|
086f0b3937 | ||
|
|
172cf52bea | ||
|
|
4f475d321f |
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: fedora-cloud-42
|
runs-on: fedora-cloud-42
|
||||||
@@ -22,11 +22,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: echo ${{ github.sha }} > Release.txt
|
run: echo ${{ github.sha }} > Release.txt
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cat Release.txt
|
run: cat Release.txt
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
- uses: https://git.phyllo.me/devops/action-gh-release@v2
|
uses: https://git.phyllo.me/devops/action-gh-release@v2
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
with:
|
with:
|
||||||
files: Release.txt
|
files: Release.txt
|
||||||
Reference in New Issue
Block a user