File tree 3 files changed +11
-30
lines changed
3 files changed +11
-30
lines changed Original file line number Diff line number Diff line change 1
- ---
2
- name : Generate Release
1
+ name : Release Version
3
2
4
3
on :
5
4
push :
6
- tags :
7
- - " v* "
5
+ branches :
6
+ - main
8
7
9
8
jobs :
10
- generate-release :
11
- runs-on : " ubuntu-latest"
12
-
9
+ release :
10
+ runs-on : ubuntu-latest
13
11
steps :
14
12
- uses : actions/checkout@v2
13
+ - name : collect_tag_version
14
+ run : |
15
+ echo VERSION=$(cat filament_scale_enhanced/fse_version.py | awk '{ print $3 }' | sed 's/"//g') >> $GITHUB_ENV
15
16
- name : Setup Python
16
17
uses : actions/setup-python@v2
17
18
with :
31
32
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
32
33
prerelease : false
33
34
draft : false
35
+ automatic_release_tag : " v${{ env.VERSION }}"
34
36
files : |
35
37
LICENSE.txt
36
- dist/*.tar.gz
38
+ dist/*.tar.gz
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- VERSION = "0.2.2 "
1
+ VERSION = "0.2.3 "
You can’t perform that action at this time.
0 commit comments