diff --git a/.github/workflows/publish_new_version.yml b/.github/workflows/publish_new_version.yml index 7509545..7f0947c 100644 --- a/.github/workflows/publish_new_version.yml +++ b/.github/workflows/publish_new_version.yml @@ -13,5 +13,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: dsstep-1 - run: echo "::called on create tag::" + - uses: actions/setup-node@v4 + with: + node-version: 20 + + - run: npm login ${{ secrets.NPM_TOKEN }} + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}