diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d34beb5d..91e59752 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: NODE_ENV: production - name: Create archive as a preparation for the release run: zip -r release.zip dist/** - - name: Release + - name: Release to GitHub run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}