Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 21, 2024
1 parent 9362793 commit 0751441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish release
name: Create release

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0751441

Please sign in to comment.