Skip to content

Commit

Permalink
CD: Fix error in publish-firefox-development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Mar 18, 2023
1 parent a56e75e commit 6e9d9f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-firefox-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:
contents: read
jobs:
build-signed-xpi-asset:
needs: ensure-zip
runs-on: ubuntu-latest
environment: cd
permissions:
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
"updates": [
{
"version": "${{ github.event.release.name }}",
"update_link": "${{ uploadReleaseAsset.browser_download_url }}"
"update_link": "${{ steps.uploadReleaseAsset.browser_download_url }}"
}
]
}
Expand Down

0 comments on commit 6e9d9f8

Please sign in to comment.