Skip to content

Commit 05b0d54

Browse files
authored
Merge pull request #6 from smart-data-lake/release/1.0.0
Release 1.0.0
2 parents 781b4bc + 38d2cae commit 05b0d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm test
2828
- run: npm publish
2929
env:
30-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
30+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3131
- name: tag version
3232
run: |
3333
version=$(node -e "console.log(require('./package.json').version);")

0 commit comments

Comments
 (0)