Update preview.yml

This commit is contained in:
Xikaro 2023-11-21 08:48:22 +05:00
parent 50803803cb
commit 8975b87747

View file

@ -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