Skip to content

Commit

Permalink
Simplify action names
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 13, 2023
1 parent f104bf9 commit 1fcf7f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish package
name: _publish

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Format code
name: Format

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish version
name: Publish

run-name: Publish ${{ github.ref_name }}

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
files: dist/*
pypi:
name: PyPI
uses: ./.github/workflows/publish-package.yml
uses: ./.github/workflows/_publish.yml
needs: artifacts
secrets:
registry_token: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Cut version
name: Version

run-name: Cut ${{ github.event.inputs.version }}

Expand Down

0 comments on commit 1fcf7f6

Please sign in to comment.