Skip to content

Commit

Permalink
chore(release): 0.2.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 2, 2024
1 parent 22704b2 commit 436d9cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:CartoDB/carto-api-client",
"author": "Don McCurdy <[email protected]>",
"packageManager": "[email protected]",
"version": "0.2.1-alpha.5",
"version": "0.2.1-0",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 436d9cc

Please sign in to comment.