diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 015a6f1..ebcf1b8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Release +name: Publish on: workflow_dispatch: @@ -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 }}