Skip to content

Commit

Permalink
chore: update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga authored Feb 13, 2024
1 parent 8217c8c commit 8d31e53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
Expand All @@ -37,6 +36,10 @@ jobs:
path-to-lcov: .coverage/lcov.info
release:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
needs: [build]
if: "${{ github.repository_owner == 'ebay' && github.event_name == 'push' }}"
steps:
Expand Down

0 comments on commit 8d31e53

Please sign in to comment.