Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed Sep 18, 2024
1 parent 46feffe commit 5bddc37
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish to NPM

on:
push:
branches:
- ci
tags:
- v*

Expand All @@ -17,16 +19,18 @@ jobs:
with:
name: js

- name: List artifacts content
run: |
ls -l
- name: Setup node environment for NPM
uses: actions/[email protected]
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
check-latest: true

- name: Publish to NPM
run: |
ls -l
# SKIP_PREPARE=1 npm publish --access public
# - name: Publish to NPM
# run: SKIP_PREPARE=1 npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5bddc37

Please sign in to comment.