ci(release): specify fake npm token

Specify fake npm token since it seems it's required.
This commit is contained in:
Conicaw 2023-07-16 19:03:06 -05:00
parent 539778ab04
commit f7fa54b8da
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418

View file

@ -14,6 +14,8 @@ jobs:
uses: actions/setup-node@v3.7.0
with:
node-version: '20.x'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v3.5.3
@ -44,4 +46,5 @@ jobs:
uses: ahmadnassri/action-semantic-release@v2.2.3
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: fake
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}