Skip to content

Commit

Permalink
Run build and release manually
Browse files Browse the repository at this point in the history
  • Loading branch information
therealFoxster committed Jul 22, 2024
1 parent d846226 commit 786be50
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and release DontEatMyContent

on:
push:
paths:
- control
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -73,8 +70,8 @@ jobs:
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: v${{ env.VERSION }}-${{ env.SHA }}
name: v${{ env.VERSION }}-${{ env.SHA }}
tag_name: v${{ env.VERSION }}
name: v${{ env.VERSION }}
body: |
## What's New
${{ env.COMMITS }}
Expand Down

0 comments on commit 786be50

Please sign in to comment.