Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Nov 26, 2023
1 parent 22c7d86 commit 16ee825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy modpack
on:
push:
tags:
- "*.*.*"
- "Pre*-*.*.*"

jobs:
Deploy:
Expand All @@ -14,7 +14,7 @@ jobs:

- name: Get the version
id: get_version
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/Pre}

- name: Changelog Parser
id: changelog
Expand Down

0 comments on commit 16ee825

Please sign in to comment.