Update preview.yml
This commit is contained in:
parent
50803803cb
commit
8975b87747
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue