always tmux
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -1,11 +1,5 @@
|
|||||||
name: Make GitHub Release on Tag
|
name: Make GitHub Release on Tag
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
debug_enabled:
|
|
||||||
description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
|
||||||
required: false
|
|
||||||
default: false
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '2.[0-9][0-9][0-9][0-9][0-9][0-9]'
|
- '2.[0-9][0-9][0-9][0-9][0-9][0-9]'
|
||||||
@@ -29,9 +23,6 @@ jobs:
|
|||||||
run: echo ${{ steps.create_release.outputs.upload_url }} > uploadurl.txt
|
run: echo ${{ steps.create_release.outputs.upload_url }} > uploadurl.txt
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
if: always() && github.event.inputs.debug_enabled && (github.event_name == 'workflow_dispatch')
|
|
||||||
with:
|
|
||||||
sudo: true
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# build:
|
# build:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user