File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ jobs:
3333 - name : Checkout code
3434 uses : actions/checkout@v4
3535
36+ - name : Set the tag name
37+ id : tag_name
38+ run : echo "::set-output name=tag::${GITHUB_REF#refs/*/}"
39+
3640 - name : Create GitHub Release
3741 id : create_release
3842 uses : actions/create-release@v1
3943 env :
4044 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4145 with :
42- tag_name : ${{ github.ref }}
43- release_name : Release ${{ github.ref }}
44- body : |
45- Changes in this Release
46- - First Change
47- - Second Change
46+ tag_name : ${{ steps.tag_name.outputs.tag }}
47+ release_name : Release ${{ steps.tag_name.outputs.tag }}
4848 draft : false
4949 prerelease : false
5050
Original file line number Diff line number Diff line change 11{
22 "name" : " modulatecss" ,
3- "version" : " 1.0.39 " ,
3+ "version" : " 1.0.40 " ,
44 "description" : " ..." ,
55 "main" : " dist/css/modulate.min.css" ,
66 "style" : " dist/css/modulate.min.css" ,
You can’t perform that action at this time.
0 commit comments