Skip to content

Commit

Permalink
Fix line endings in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
karakanb committed Aug 1, 2020
1 parent 6ba615d commit 1919d60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- run: npm run build --if-present
- run: npm run unit
env:
CI: true
CI: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
CI: true
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1919d60

Please sign in to comment.