diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db2d80..24edaa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,8 @@ jobs: env: GIT_TAG: ${{ steps.git-tag.outputs.TAG_NAME }} TEST: ${{ steps.git-tag.outputs.TEST }} + REF_NAME: ${{ github.ref_name }} + REF: ${{ github.ref }} if: contains(env.GIT_TAG, 'v') == false run: echo "Missing GIT_TAG; aborting" && exit 1 diff --git a/package.json b/package.json index b51404b..f1a0a6c 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-alpha.5", + "version": "0.2.1-0", "license": "MIT", "publishConfig": { "access": "public",