We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e72311 commit 1d1c5fbCopy full SHA for 1d1c5fb
.github/workflows/publish-release.yml
@@ -9,10 +9,10 @@ jobs:
9
permissions:
10
contents: write
11
# The second argument to startsWith() must match the release-branch-prefix
12
- # input to this Action. Here, we use the default, "automation_release-".
+ # input to this Action. Here, we use the default, "release/".
13
if: |
14
github.event.pull_request.merged == true &&
15
- startsWith(github.event.pull_request.head.ref, 'automation_release-')
+ startsWith(github.event.pull_request.head.ref, 'release/')
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v2
@@ -45,4 +45,4 @@ jobs:
45
source-directory: dist/build
46
destination-directory: latest
47
env:
48
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments