Skip to content

Commit

Permalink
Explicitly set the tag on creation of a release (#2181)
Browse files Browse the repository at this point in the history
Force merging this to test with next release
  • Loading branch information
0xemc authored Jan 24, 2024
1 parent 10d71ff commit 8bffd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_carbonmark_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
tag_name: carbonmark-api/${{ env.RELEASE_VERSION }}
release_name: carbonmark-api-${{ env.RELEASE_VERSION }}
body: ${{ env.RELEASE_NOTES }}
draft: false
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.requireConfig": true,
Expand Down

1 comment on commit 8bffd40

@vercel
Copy link

@vercel vercel bot commented on 8bffd40 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

demo-integration – ./examples/nextjs-typescript-integration

demo-integration-klimadao.vercel.app
demo-integration-git-staging-klimadao.vercel.app
klimadao-sable.vercel.app
integration-demo.carbonmark.com

Please sign in to comment.