Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/submitBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
github.event.inputs.version }}
draft: false
prerelease: true
target_commitish: ${{ steps.checkout_sha.outputs.sha }}
commitish: ${{ steps.checkout_sha.outputs.sha }}
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submitProduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
body: ${{ steps.package_version.outputs.version }}
draft: false
prerelease: false
target_commitish: ${{ steps.checkout_sha.outputs.sha }}
commitish: ${{ steps.checkout_sha.outputs.sha }}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change is cosmetic and actually doesn't do anything - it's just to use the same param as submitBeta

- name: Build for Firefox
id: web-ext-build
uses: kewisch/action-web-ext@fe10addf5d5e5ba6b78ffde720dd488a27d10e8c #v1
Expand Down
Loading