diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0203f7a..cfa0b28 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,9 +12,8 @@ jobs: with: node-version: '14.x' registry-url: 'https://registry.npmjs.org' - scope: '@cosmotech' - - run: yarn - - run: git config --global user.email "vincent.carluer@cosmotech.com" && git config --global user.name "Vincent Carluer" + scope: '@cosmotech' + - run: npm install - run: npm version ${{ github.event.release.tag_name }} --allow-same-version - run: npm publish env: