Update preview.yml
This commit is contained in:
4
.github/workflows/preview.yml
vendored
4
.github/workflows/preview.yml
vendored
@@ -3,7 +3,7 @@ name: Deploy modpack
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "Pre*-R*.*.*"
|
||||
- "Pre*-*.*.*"
|
||||
|
||||
jobs:
|
||||
Deploy:
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/Pre*-}
|
||||
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
|
||||
|
||||
- name: Changelog Parser
|
||||
id: changelog
|
||||
|
||||
Reference in New Issue
Block a user