1
0
This commit is contained in:
Stephan 2021-12-10 17:29:04 +01:00
parent bb1ee93cb9
commit 34a05d36a6

View File

@ -6,7 +6,7 @@ jobs:
if: startsWith(github.ref, 'refs/heads/release/')
steps:
- name: Validate the release
uses: github-script@v4
uses: actions/github-script@v4
with:
script: |
const tag = "v" + github.ref.substring(19)