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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
debug_enabled:
|
||||
description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
||||
required: false
|
||||
default: false
|
||||
push:
|
||||
tags:
|
||||
- '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
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
if: always() && github.event.inputs.debug_enabled && (github.event_name == 'workflow_dispatch')
|
||||
with:
|
||||
sudo: true
|
||||
#jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user