diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a974ee0af..60901f67d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Build and Release + name: "Release 1.4.1" on: workflow_dispatch: # Allows manual triggering of the workflow @@ -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 \ No newline at end of file