Skip to content

Commit

Permalink
Merge pull request #282 from themoeway/fix-cicd-errors
Browse files Browse the repository at this point in the history
Fix CI/CD errors
  • Loading branch information
djahandarie authored Oct 22, 2023
2 parents 867ce44 + 0daa500 commit 367e10d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-firefox-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
}
]
}
Expand All @@ -84,6 +84,7 @@ 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]"
Expand Down

0 comments on commit 367e10d

Please sign in to comment.