always tmux

This commit is contained in:
Oliver Gorwits
2021-08-17 16:53:35 +01:00
parent 5e960133bb
commit b0d67eab53

View File

@@ -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