File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 3030 - name : Sign for Firefox
3131 run : npx web-ext sign --channel=unlisted --source-dir ./build/FastForward.firefox --api-key ${{ secrets.FIREFOX_API_KEY }} --api-secret ${{ secrets.FIREFOX_API_SECRET }}
3232
33- - name : Tag
34- env :
35- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36- run : |
37- git config --global user.email "[email protected] " 38- git config --global user.name "FastForward Team"
39- git tag -a ${{ github.event.inputs.version }} -m "Version ${{ github.event.inputs.version }}"
40- git push origin ${{ github.event.inputs.version }}
41-
4233 - name : Release
43- uses : softprops/action-gh-release@v1
44- with :
45- files : |
46- web-ext-artifacts/*.xpi
47- build/dist/FastForward_chromium*
34+ run : |
35+ export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
36+ hub release create -p -a "./web-ext-artifacts/fastforwardteam-${{ github.event.inputs.version }}.xpi#FastForward_Firefox" -a "./build/dist/FastForward_${{ github.event.inputs.version }}_chromium.crx#FastForward_Chromium" -m "Release ${{ github.event.inputs.version }}" ${{ github.event.inputs.version }}
You can’t perform that action at this time.
0 commit comments