diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 40c2d71..0462434 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -29,14 +29,15 @@ jobs: - name: Build artifact run: npm run build && rm -rf public && mv build public && ls public -la - - name: publish - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: publish + run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + +