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