Skip to content

Commit

Permalink
Merge pull request #286 from themoeway/fix-firefox-json
Browse files Browse the repository at this point in the history
Fix version number in Firefox updates.json in CD
  • Loading branch information
djahandarie authored Oct 24, 2023
2 parents d7af40a + 666ef19 commit b64ca7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-firefox-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
"{2d13e145-294e-4ead-9bce-b4644b203a00}": {
"updates": [
{
"version": "${{ github.event.release.name }}",
"version": "${{ github.ref_name }}",
"update_link": "${{ steps.uploadReleaseAsset.outputs.browser_download_url }}"
}
]
Expand All @@ -88,7 +88,7 @@ jobs:
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.ref_name }}"
- name: Push changes
uses: ad-m/github-push-action@29f05e01bb17e6f28228b47437e03a7b69e1f9ef # pin@master
Expand Down

0 comments on commit b64ca7d

Please sign in to comment.