Skip to content

Commit 6a189a1

Browse files
committed
ci: remove unused tag input and orphaned job outputs
1 parent 21f2567 commit 6a189a1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/manual-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
description: "Is this a dry run? If so no package will be published."
77
type: boolean
88
required: true
9-
tag:
10-
description: 'Tag of an existing draft release to upload artifacts to.'
11-
type: string
12-
required: false
139

1410
jobs:
1511
build-publish:

.github/workflows/release-please.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
contents: write # Contents and pull-requests are for release-please to make releases.
1313
pull-requests: write
1414
attestations: write # Needed for artifact attestations
15-
outputs:
16-
release-created: ${{ steps.release.outputs.release_created }}
17-
upload-tag-name: ${{ steps.release.outputs.tag_name }}
1815
steps:
1916
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2017
id: release

0 commit comments

Comments
 (0)