Removed empty lines and whitespaces
This commit is contained in:
5
.github/workflows/publish-release.yml
vendored
5
.github/workflows/publish-release.yml
vendored
@@ -1,6 +1,5 @@
|
||||
---
|
||||
name: Publish Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -15,9 +14,9 @@ jobs:
|
||||
- name: Publish Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
draft: false
|
||||
prerelease: false
|
||||
name: "0.0.${{ github.run_number }}"
|
||||
tag: "0.0.${{ github.run_number }}"
|
||||
body: "Release 0.0.${{ github.run_number }}"
|
||||
body: "Release 0.0.${{ github.run_number }}"
|
||||
|
||||
Reference in New Issue
Block a user