diff --git a/.github/workflows/publish.yaml b/.github/workflows/release.yaml similarity index 96% rename from .github/workflows/publish.yaml rename to .github/workflows/release.yaml index 32952cf..6ff27f4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,7 @@ on: push: branches: - - github-actions + - main env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -34,4 +34,4 @@ jobs: node-version: 18 - run: npm ci - run: npm run release - \ No newline at end of file +