File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 # with:
2727 # fetch-depth: 0
2828
29- - name : Set Version Variable
30- if : ${{ github.ref_type == 'tag' }}
29+ # - name: Set Version Variable
30+ # if: ${{ github.ref_type == 'tag' }}
3131 # env:
3232 # VERSION: ${{ github.ref_name }}
33- run : |
34- echo "${{ env.VERSION }}"
35- $VERSION = "${{ env.VERSION }} -replace 'v.', ''"
36- echo "${{ env.VERSION }}"
33+ # run: |
34+ # echo "${{ env.VERSION }}"
35+ # $VERSION = "${{ env.VERSION }} -replace 'v.', ''"
36+ # echo "${{ env.VERSION }}"
3737 # run: echo "VERSION=${TAG#v.#}" > $GITHUB_ENV
3838
3939 # Install the .NET Core workload
8181 - name : Publish Release
8282 uses : " slord399/action-automatic-releases@v1.0.1"
8383 with :
84- title : " Release v. ${{ env.VERSION }}"
84+ title : " Release ${{ env.VERSION }}"
8585 repo_token : " ${{ env.GITHUB_TOKEN }}"
86- automatic_release_tag : " v. ${{ env.VERSION }}"
86+ automatic_release_tag : " ${{ env.VERSION }}"
8787 prerelease : false
8888 files : |
8989 *.zip
You can’t perform that action at this time.
0 commit comments