File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4242 id : version
4343 run : |
4444 TAG=${{ github.ref }}
45- VERSION=${TAG#v}
46- echo "::set-output name=version::$VERSION"
45+ VERSION=${TAG#refs/tags/v}
46+ echo "version=$VERSION" >> $GITHUB_OUTPUT
47+ echo "tag=v$VERSION" >> $GITHUB_OUTPUT
4748
4849 - name : Move files to dist
4950 run : |
6061 draft : false
6162 prerelease : false
6263 release_name : " Version ${{ steps.version.outputs.version }}"
63- tag_name : ${{ github.ref }}
64- body : " **Full Changelog**: https://github.com/vda-lab/multi_mst/commits/${{ github.ref }}"
64+ tag_name : ${{ steps.version.outputs.tag }}
65+ body : " **Full Changelog**: https://github.com/vda-lab/multi_mst/commits/${{ steps.version.outputs.tag }}"
6566
6667 - name : Upload source distribution
6768 uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments