diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/create-release.yaml similarity index 98% rename from .github/workflows/publish-release.yaml rename to .github/workflows/create-release.yaml index def7b8eb..de5f6bb2 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/create-release.yaml @@ -1,4 +1,4 @@ -name: Publish release +name: Create release on: workflow_call: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bf43585c..d209984f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,6 +22,6 @@ jobs: needs: - build-raspberry-pi - build-wails - uses: ./.github/workflows/publish-release.yaml + uses: ./.github/workflows/create-release.yaml secrets: repo-token: ${{ secrets.GITHUB_TOKEN }}