Skip to content

Commit 81ccb43

Browse files
authored
Fix: Release Note for Firefox (#317)
* Add release note for Firefox * reference tag directly
1 parent 9afebe3 commit 81ccb43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/submit_firefox.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
zip -r extension-source.zip .
2020
2121
- name: Download Release Assets
22+
id: download-release
2223
uses: robinraju/release-downloader@v1
2324
with:
2425
latest: true # Download the latest release
@@ -42,5 +43,7 @@ jobs:
4243
approval-note: |
4344
The source code and build instructions are available at
4445
https://github.com/csfloat/extension?tab=readme-ov-file#how-to-build-release.
46+
release-note: |
47+
Learn more about release ${{ steps.download-release.outputs.release_name }} by visiting the [GitHub Release](https://github.com/csfloat/extension/releases/tag/${{ steps.download-release.outputs.tag_name }}).
4548
auth-api-issuer: ${{ secrets.AUTH_API_ISSUER }}
46-
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}
49+
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}

0 commit comments

Comments
 (0)