Skip to content

Commit

Permalink
chore(release): v0.2.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 2, 2024
1 parent 1270605 commit cdeffb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
github.ref_name == 'main' &&
startsWith(github.event.head_commit.message, 'chore(release)')
uses: ./.github/workflows/release.yml
secrets: inherit
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Release

on: [workflow_call, workflow_dispatch]
on:
workflow_call:
secrets:
NPM_CARTODB_AUTH_TOKEN:
required: true
workflow_dispatch:

env:
NODE_VERSION: 20
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.2-alpha.0",
"version": "0.2.2-alpha.1",
"license": "MIT",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit cdeffb8

Please sign in to comment.