Skip to content

Commit 1c6bf94

Browse files
author
specialblend
committed
refactor: rename job
1 parent 8ad5288 commit 1c6bf94

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v2
1212
with:
1313
node-version: '14'
14+
registry-url: https://npm.pkg.github.com
1415
- run: npm install
1516
env:
1617
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types:
55
- published
66
jobs:
7-
test:
7+
publish:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)