Compare commits
2 Commits
fdsasfdsdf
...
v.1.1.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f475d321f | ||
|
|
0c8c412fd1 |
@@ -3,7 +3,7 @@ name: make-a-release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- "v*.*.*"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@@ -20,8 +20,14 @@ jobs:
|
||||
with:
|
||||
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:
|
||||
files: |-
|
||||
release-notes.txt
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
files: Release.txt
|
||||
Reference in New Issue
Block a user