Skip to content

Commit 9e23e4f

Browse files
committed
refactor(bake)!: rename pull request as build workflow
1 parent 540e43f commit 9e23e4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull Request
1+
name: Build
22

33
on:
44
workflow_call:
@@ -30,7 +30,7 @@ on:
3030
version-output-format:
3131
description: 'The output format of the next version'
3232
required: false
33-
default: '{{.Major}}.{{.Minor}}.{{.Patch}}-pull-request'
33+
default: '{{.Major}}.{{.Minor}}.{{.Patch}}-build'
3434
type: string
3535
version-file:
3636
description: 'Set version in file named as input'

0 commit comments

Comments
 (0)