Skip to content

Commit 0284b8b

Browse files
committed
pipe.....
1 parent adecc73 commit 0284b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
GITHUB_TOKEN: ${{ github.token }}
7979
run: >-
8080
gh release create
81-
'${{ github.ref_name }}'
81+
'release-${{ github.sha }}'
8282
--repo '${{ github.repository }}'
8383
--notes ""
8484
- name: Upload artifact signatures to GitHub Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codegreen_core"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "This package helps you become aware of the carbon footprint of your computation"
55
authors = ["Anne Hartebrodt <anne.hartebrodt@fau.de>","Shubh Vardhan Jain <shubh.v.jain@fau.de>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)