Skip to content

Commit

Permalink
Remove tag preffix
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Jul 3, 2024
1 parent d6150ad commit b9ee49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches: [main]
tags: [.*]
tags: ['*']

pull_request:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/api-client",
"version": "0.0.33",
"version": "0.0.34",
"publishConfig": {
"access": "public",
"tag": "alpha"
Expand Down

0 comments on commit b9ee49b

Please sign in to comment.