workflows
This commit is contained in:
parent
b20cefbe2c
commit
f121519df1
2 changed files with 3 additions and 3 deletions
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/Pre*-R}
|
||||
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/Pre*-}
|
||||
|
||||
- name: Changelog Parser
|
||||
id: changelog
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Deploy modpack
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "R*.*.*"
|
||||
- "*.*.*"
|
||||
|
||||
jobs:
|
||||
Deploy:
|
||||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/R}
|
||||
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