forked from mirrors/action-gh-release
Update README.md
This commit is contained in:
parent
9a608daa21
commit
090932e783
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Generate Changeload
|
- name: Generate Changelog
|
||||||
run: echo "# Good things have arrived" > ${{ github.workflow }}-CHANGELOG.txt
|
run: echo "# Good things have arrived" > ${{ github.workflow }}-CHANGELOG.txt
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: docker://softprops/action-gh-release
|
uses: docker://softprops/action-gh-release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue