Skip to content

Commit

Permalink
Give publish CI jobs names (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Jun 12, 2024
1 parent e6a16db commit 3ccc455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ on:
branches: ["master"]

jobs:
build:
run:
name: Publish Dry Run
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ on:
push:
tags: ["v*"]
jobs:
build:
run:
name: Publish to npmjs
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3ccc455

Please sign in to comment.