Skip to content

Commit 63d39eb

Browse files
committed
Pipelines changes
1 parent b8147fc commit 63d39eb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/sign.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@ jobs:
3232
// grab tag from user input
3333
const inputTag = '${{ github.event.inputs.tag }}';
3434
if (inputTag) {
35-
// duh
3635
return inputTag;
3736
}
3837
39-
// grab tag from release
40-
if (context.eventName === 'workflow_run') {
41-
return context.payload.workflow_run.event.release.tag_name;
42-
}
43-
4438
// grab tag from last release
4539
const latest = await github.rest.repos.getLatestRelease({
4640
owner: context.repo.owner,
@@ -102,6 +96,3 @@ jobs:
10296
files: |
10397
artifacts/*.exe.sig
10498
artifacts/*.exe.pem
105-
env:
106-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107-

0 commit comments

Comments
 (0)