workflows

This commit is contained in:
Xikaro 2023-11-16 19:02:43 +05:00
parent b20cefbe2c
commit f121519df1
2 changed files with 3 additions and 3 deletions

View file

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

View file

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