Skip to content

Commit

Permalink
.github/workflows/publish: refactor names
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth-k committed Dec 1, 2022
1 parent 8834fd0 commit 63e4669
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
echo "proceed=false" >> $GITHUB_OUTPUT
fi
build:
docset:
if: ${{ needs.should-publish.outputs.proceed == 'true' }}
name: Build Docset
name: Docset
needs: should-publish
uses: ./.github/workflows/docset.yml

publish:
name: Publish Release
needs: build
create-release:
name: Create Release
needs: docset
runs-on: ubuntu-22.04
permissions:
actions: read
Expand Down

0 comments on commit 63e4669

Please sign in to comment.