Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f520dd4782 | |||
| 98a1ab6f86 | |||
|
|
6a2af26495 | ||
|
|
086f0b3937 | ||
|
|
172cf52bea | ||
|
|
4f475d321f |
@@ -2,7 +2,7 @@ name: checkout_fedora-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ devel ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
|
|||||||
@@ -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