diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index b8393e097..b3179c758 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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