File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 Version :
1414 outputs :
1515 created : ${{ env.DAILY_VERSION_CREATED }}
16+ version : ${{ env.DAILY_VERSION }}
1617 runs-on : ubuntu-latest
1718 steps :
1819 - uses : actions/checkout@v4
6970 - uses : actions/checkout@v4
7071 - uses : actions/download-artifact@v4
7172 - name : Create release notes
72- run : |
73- VERSION=$(jq -r '.version' artifact/manifest.json)
74- echo "{\"release_notes\":{\"en-US\":\"https://github.com/${{ github.repository }}/releases/tag/$VERSION\"}}" > /tmp/amo-metadata.json
73+ run : echo "{\"release_notes\":{\"en-US\":\"https://github.com/${{ github.repository }}/releases/tag/${{ needs.Version.outputs.version }}\"}}" > /tmp/amo-metadata.json
7574 - name : Upload build and source code
7675 run : npx web-ext@8 sign --channel listed --amo-metadata /tmp/amo-metadata.json
7776 working-directory : artifact
You can’t perform that action at this time.
0 commit comments