File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- name : Release
1+ name : Release Dev
22
33on :
44 push :
Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ jobs:
1010 name : Release
1111 runs-on : ubuntu-latest
1212 steps :
13- - name : Check out the repository and set tag env
13+ - name : Check out the repository
1414 uses : actions/checkout@v3
1515 with :
1616 fetch-depth : 0
17+
18+ - name : Set Tag env
1719 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1820
1921 - name : Set up Python
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ dependencies = []
2020[tool .hatch .version ]
2121source = " vcs"
2222
23+ [tool .hatch .version .raw-options ]
24+ local_scheme = " no-local-version"
25+
2326[project .urls ]
2427homepage = " https://github.com/staticdev/human-readable"
2528repository = " https://github.com/staticdev/human-readable"
You can’t perform that action at this time.
0 commit comments