-
-
Notifications
You must be signed in to change notification settings - Fork 0
28 lines (25 loc) · 721 Bytes
/
release_please.yml
File metadata and controls
28 lines (25 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: release-please
on:
workflow_call:
outputs:
release_created:
description: "Set if the release has been created"
value: ${{ jobs.release-please.outputs.release_created }}
tag_name:
description: "The tag name"
value: ${{ jobs.release-please.outputs.tag_name }}
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}
tag_name: ${{ steps.release-please.outputs.tag_name }}
steps:
- uses: googleapis/release-please-action@v4
id: release-please
with:
release-type: go