We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b853b4b commit 7cca3b1Copy full SHA for 7cca3b1
.github/workflows/publish.yml
@@ -36,14 +36,6 @@ jobs:
36
run: npm run build
37
working-directory: xero-node
38
39
- - name: checking dist
40
- run: |
41
- echo "checking current folders --"
42
- ls -al
43
- echo "viewing package json"
44
- cat package.json
45
-
46
47
# - name: Fetch Latest release number
48
# id: get_latest_release_number
49
# run: |
@@ -54,11 +46,11 @@ jobs:
54
# env:
55
# GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
56
57
- # - name: Publish to npm
58
- # env:
59
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
60
- # run: npm publish
61
- # working-directory: xero-node
+ - name: Publish to npm
50
+ env:
51
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52
+ run: npm publish
53
+ working-directory: xero-node
62
63
# notify-slack-on-success:
64
# runs-on: ubuntu-latest
0 commit comments