Skip to content

Commit

Permalink
cicd: Fixed name in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Dec 21, 2023
1 parent a1e3c20 commit 43d6987
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 @@ -12,8 +12,8 @@ on:
required: true

jobs:
release:
name: Release
publish:
name: Publish
uses: redis-field-engineering/redis-github-workflows/.github/workflows/publish.yml@main
with:
branch: ${{ github.event.inputs.branch }}
Expand Down

0 comments on commit 43d6987

Please sign in to comment.