diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d338300..0618e4b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,8 +29,8 @@ jobs: - name: Load Dependencies run: npm ci - # - name: Release - # id: release - # env: - # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - # run: npx semantic-release + - name: Release + id: release + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npx semantic-release