Skip to content

Commit

Permalink
Update .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers-s-bot[bot] authored Oct 28, 2024
1 parent 28efcb0 commit ee93d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: "Release 1.5.0"
name: "Release 1.5.1"

on:
workflow_dispatch: # Allows manual triggering of the workflow
Expand Down Expand Up @@ -56,11 +56,11 @@ jobs:
name: release-artifact
path: release/kokofixcomputers/panel.tar.gz

- name: "Release 1.5.0"
- name: "Release 1.5.1"
uses: softprops/action-gh-release@v1
with:
tag_name: "1.5.0"
name: "Release 1.5.0"
tag_name: "1.5.1"
name: "Release 1.5.1"
files: release/kokofixcomputers/panel.tar.gz # Specify the file to attach
draft: false # Set to true if you want to create a draft release
prerelease: false # Set to true if this is a pre-release
Expand Down

0 comments on commit ee93d3e

Please sign in to comment.