diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 60901f67d..d3531a095 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ - name: "Release 1.4.1" +name: "Release 1.4.1" on: workflow_dispatch: # Allows manual triggering of the workflow @@ -64,4 +64,4 @@ jobs: 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 \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub Actions