Skip to content

Commit 1d1c5fb

Browse files
authored
Fixed automated build release branch (#80)
1 parent 9e72311 commit 1d1c5fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
permissions:
1010
contents: write
1111
# The second argument to startsWith() must match the release-branch-prefix
12-
# input to this Action. Here, we use the default, "automation_release-".
12+
# input to this Action. Here, we use the default, "release/".
1313
if: |
1414
github.event.pull_request.merged == true &&
15-
startsWith(github.event.pull_request.head.ref, 'automation_release-')
15+
startsWith(github.event.pull_request.head.ref, 'release/')
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
@@ -45,4 +45,4 @@ jobs:
4545
source-directory: dist/build
4646
destination-directory: latest
4747
env:
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)