Skip to content

Commit 564985c

Browse files
committed
remove debug from release
1 parent 9ca5eb3 commit 564985c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ on:
77
push:
88
tags:
99
- 'v*' # only publish on version tags (e.g. v1.0.0)
10-
workflow_dispatch:
11-
inputs:
12-
debug:
13-
description: 'Open ssh debug session.'
14-
required: true
15-
default: false
16-
type: boolean
1710

1811
jobs:
1912

@@ -45,16 +38,6 @@ jobs:
4538
uses: actions/setup-python@v5
4639
with:
4740
python-version: ">=3.11" # for tomlib
48-
- name: Install Emacs
49-
if: ${{ github.event.inputs.debug == 'true' }}
50-
run: |
51-
sudo apt install emacs
52-
- name: Setup tmate session
53-
if: ${{ github.event.inputs.debug == 'true' }}
54-
uses: mxschmitt/[email protected]
55-
with:
56-
detached: true
57-
timeout-minutes: 60
5841
- name: Verify Tag Signature
5942
run: |
6043
TAG_NAME=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)