diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c241edcc..7a99fb40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,16 +82,9 @@ jobs: token: ${{ secrets.NPM_TOKEN }} package: ${{github.workspace}}/lib/package.json tag: latest -name: main +name: release "on": - schedule: - - cron: '0 7 * * *' push: - branches: - - main - paths-ignore: - - CHANGELOG.md - tags-ignore: - - v* - - sdk/* - - '**' + tags: + - v*.*.* + - '!v*.*.*-**'