Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp committed Nov 1, 2020
1 parent 8e71e28 commit 6173153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cp app/build/outputs/apk/debug/app-debug.apk ot-commissioner-app-debug-${release_version}.apk
- name: Release
# We create the release only when this PR is merged.
if: github.event.pull_request.merged == 'true'
if: ${{ github.event.pull_request.merged }} == 'true'
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 6173153

Please sign in to comment.