diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd2ba4a..3c31eca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,6 @@ jobs: name: 'Release (precheck)' needs: build if: | - github.ref == 'ref/head/main' && - github.event_name == 'push' && + github.ref_name == 'main' && startsWith(github.event.head_commit.message, 'chore(release)') uses: ./.github/workflows/release.yml diff --git a/package.json b/package.json index bb6033b..e9dac6e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "repository": "github:CartoDB/carto-api-client", "author": "Don McCurdy ", "packageManager": "yarn@4.3.1", - "version": "0.2.1", + "version": "0.2.2-alpha.0", "license": "MIT", "publishConfig": { "access": "public", @@ -98,5 +98,6 @@ "@turf/invariant": "^7.1.0", "@turf/union": "^7.1.0", "@types/geojson": "^7946.0.14" - } + }, + "stableVersion": "0.2.1" }