Skip to content

Commit

Permalink
ci: fix step script
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Dec 26, 2024
1 parent e7b6966 commit 157c1a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ jobs:
files: |
web-ext-artifacts/docfiller-*.zip
- name: Read Approval Note
run: |
APPROVAL_NOTE=$(cat docs/FOR_ADDONS_REVIEWERS.md)
echo "APPROVAL_NOTE=$APPROVAL_NOTE" >> $GITHUB_ENV
# - name: Read Approval Note
# run: |
# APPROVAL_NOTE=$(cat docs/FOR_ADDONS_REVIEWERS.md)
# echo "APPROVAL_NOTE=$APPROVAL_NOTE" >> $GITHUB_ENV

- uses: browser-actions/release-firefox-addon@latest
with:
addon-id: "docfiller"
addon-path: "web-ext-artifacts/docfiller-*-firefox.zip"
source-path: "docFiller.zip"
approval-note: ${{ env.APPROVAL_NOTE }}
approval-note: ${{ cat docs/FOR_ADDONS_REVIEWERS.md }}
auth-api-issuer: ${{ secrets.AUTH_API_ISSUER }}
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}
release-note: ${{ steps.create_release.outputs.body }}

- uses: browser-actions/release-chrome-extension@latest
with:
extension-id: "goibiampjlgcdjdfakjepniopldpijcd"
Expand Down

0 comments on commit 157c1a6

Please sign in to comment.