mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(actions): try it again
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
name: Publish Legacy Nether Extended
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- 'LNE-*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version_override:
|
||||
description: 'Override version number'
|
||||
required: false
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
check-tag:
|
||||
if: (github.event_name == 'release' && startsWith(github.event.release.tag_name, 'LNE')) || (github.event_name == 'workflow_dispatch')
|
||||
runs-on: technocality
|
||||
outputs:
|
||||
should_run: ${{ steps.check.outputs.should_run }}
|
||||
|
||||
Reference in New Issue
Block a user