aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-10-22 17:07:21 +0900
committerGitHub <noreply@github.com>2023-10-22 17:07:21 +0900
commite6245796e1bd810f0020c045a65da1ee5512dafc (patch)
tree5442a9bedfde5d5bdf25b53a05181ed0be02ae0d /.github
parent867ce44bd0aefc3e3d7a8b76dcd5f2ca761d629a (diff)
Fix errors in publish-firefox-development.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-firefox-development.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml
index 32b0532a..db0fca73 100644
--- a/.github/workflows/publish-firefox-development.yml
+++ b/.github/workflows/publish-firefox-development.yml
@@ -75,7 +75,7 @@ jobs:
"updates": [
{
"version": "${{ github.event.release.name }}",
- "update_link": "${{ steps.uploadReleaseAsset.browser_download_url }}"
+ "update_link": "${{ steps.uploadReleaseAsset.outputs.browser_download_url }}"
}
]
}
@@ -84,10 +84,11 @@ jobs:
EOF
- name: Commit files
+ continue-on-error: true
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- git commit -a -m "${{ github.event.release.name }} - ${{ github.event.release.html_url }}"
+ git commit -a -m "${{ github.event.release.name }} - ${{ github.event.release.html_url }}"
- name: Push changes
uses: ad-m/github-push-action@29f05e01bb17e6f28228b47437e03a7b69e1f9ef # pin@master