Revert "debug file being generated"
This reverts commit 69e95ae3b9fb845c85bb90b3e0bd804c70d02e6d.
This commit is contained in:
parent
69e95ae3b9
commit
e966ae3532
@ -1,7 +1,7 @@
|
|||||||
# action gh-release [](https://github.com/softprops/action-gh-release/actions)
|
# action gh-release [](https://github.com/softprops/action-gh-release/actions)
|
||||||
|
|
||||||
|
|
||||||
📦 A [Github Action](https://help.github.com/en/categories/automating-your-workflow-with-github-actions) for creating [Github Releases](https://help.github.com/en/articles/creating-releases)
|
A Github Action for creating Github Releases
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -18,11 +18,9 @@ jobs:
|
|||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Build
|
- name: Build
|
||||||
run: echo ${{ github.sha }} > Release.txt
|
run: echo ${{ github.sha }} > Release.txt
|
||||||
- name: Test
|
|
||||||
run: cat Release.txt
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: docker://softprops/action-gh-release
|
uses: docker://softprops/action-gh-release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
with:
|
with:
|
||||||
files: Release.txt
|
files: Release.txt
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user