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 26, 2024
1 parent 317f667 commit f40394d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release
name: "Release 1.4.1"

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

- name: Create GitHub Release
name: "Release 1.4.1"
uses: softprops/action-gh-release@v1
with:
tag_name: "1.4.0"
name: "Release 1.4.0"
tag_name: "1.4.1"
name: "Release 1.4.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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub Actions
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub Actions

0 comments on commit f40394d

Please sign in to comment.