We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca5eb3 commit 564985cCopy full SHA for 564985c
.github/workflows/release.yml
@@ -7,13 +7,6 @@ on:
7
push:
8
tags:
9
- '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
17
18
jobs:
19
@@ -45,16 +38,6 @@ jobs:
45
38
uses: actions/setup-python@v5
46
39
with:
47
40
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
54
- uses: mxschmitt/[email protected]
55
- with:
56
- detached: true
57
- timeout-minutes: 60
58
41
- name: Verify Tag Signature
59
42
run: |
60
43
TAG_NAME=${GITHUB_REF#refs/tags/}
0 commit comments