This commit is contained in:
Stephan 2021-12-10 17:35:15 +01:00
parent 11e6e12f60
commit f2db146379

View File

@ -36,7 +36,7 @@ jobs:
git push :${{ github.ref }}
- name: Publish the release
uses: action/github-script@v4
uses: actions/github-script@v4
with:
script: |
const tag = "v" + github.ref.substring(19)