Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
172cf52bea | ||
|
|
4f475d321f |
@@ -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
|
generate_release_notes: true
|
||||||
Reference in New Issue
Block a user