Skip to content

Commit

Permalink
cicd: Fixed workflow and step names
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jun 1, 2023
1 parent 01ca360 commit 920e1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish

on:
workflow_dispatch:
Expand All @@ -22,8 +22,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

release:
name: Release
publish:
name: Publish
needs: [precheck, jlink]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 920e1d2

Please sign in to comment.