Compare commits
5 Commits
fdsasfdsdf
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a2af26495 | ||
|
|
086f0b3937 | ||
|
|
172cf52bea | ||
|
|
4f475d321f | ||
|
|
0c8c412fd1 |
@@ -3,7 +3,7 @@ name: make-a-release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- "v*.*.*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@@ -20,8 +20,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: https://git.phyllo.me/devops/action-gh-release@v2
|
- 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
|
||||||
|
if: github.ref_type == 'tag'
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: Release.txt
|
||||||
release-notes.txt
|
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
|
||||||
Reference in New Issue
Block a user