Skip to content

Commit

Permalink
ci: reference to env
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzilong committed Jul 25, 2021
1 parent 2ec4454 commit 0937677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- master
jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
environment: semantic-release
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 0937677

Please sign in to comment.