Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pornkilla committed Sep 30, 2024
1 parent e36bc0a commit 6ef408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
jq ".version = $(jq .version ./dist/ng-select/package.json)" \
./dist/ng-option-highlight/package.json > "$TEMPFILE"
mv "$TEMPFILE" ./dist/ng-option-highlight/package.json
- name: Set up npm registry
- name: Set up npm registry
run: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6ef408e

Please sign in to comment.