Skip to content

Commit

Permalink
sawseasalty
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 committed Dec 10, 2024
1 parent 9d41ffd commit 4d583a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
inputs:
okiedokie:
description: "Nerd Releases"
required: true
type: boolean

permissions:
contents: read
contents: write

jobs:
Build:
Expand Down Expand Up @@ -52,7 +46,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
if: ${{ inputs.okiedokie }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -61,6 +54,5 @@ jobs:
tag_name: latest
body: |
## Release Notes
latest build by:
[![Runner](https://img.shields.io/badge/Build-Action-lightgreen?style=for-the-badge&logo=githubactions&logoColor=white)](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
files: JustAsPlanned.zip

0 comments on commit 4d583a9

Please sign in to comment.