This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: fedora-cloud-42
|
||||
@@ -22,11 +22,12 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: echo ${{ github.sha }} > Release.txt
|
||||
|
||||
- name: Test
|
||||
run: cat Release.txt
|
||||
|
||||
- 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'
|
||||
with:
|
||||
files: Release.txt
|
||||
Reference in New Issue
Block a user