Removed empty lines and whitespaces

This commit is contained in:
2023-09-10 18:36:42 -04:00
parent b2007c31f5
commit 8823df0f12
2 changed files with 3 additions and 29 deletions

View File

@@ -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 }}"