From baaf7e851d4627261762e64b9a62eccfbadfd888 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 7 Oct 2024 17:34:48 +0200 Subject: [PATCH] Perform checkout --- .github/workflows/npm_tags.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/npm_tags.yml b/.github/workflows/npm_tags.yml index 7183cf3a9..c30cde60c 100644 --- a/.github/workflows/npm_tags.yml +++ b/.github/workflows/npm_tags.yml @@ -18,6 +18,16 @@ jobs: name: Change tags runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + submodules: 'recursive' + fetch-depth: 0 + + - uses: actions/setup-node@v4 + with: + node-version: '18.x' + registry-url: 'https://registry.npmjs.org' + - name: Change tags env: NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}