fix gitee releaser #135
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Plug-in CI | |
on: | |
push: | |
branches: ['main'] | |
pull_request: | |
branches: ['main'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use Node.js | |
uses: actions/setup-node@v4 | |
with: | |
node-version: lts/* | |
- run: npm ci --registry=https://registry.npmjs.org/ | |
- run: npm run build-dev | |
- name: Release | |
uses: softprops/action-gh-release@v1 | |
with: | |
name: ⚗️ Development Build | |
tag_name: dev | |
prerelease: true | |
generate_release_notes: true | |
append_body: | | |
# For testing purposes only, do NOT use in production! ![cnt](https://img.shields.io/github/downloads/volatile-static/Chartero/dev/total) | |
files: build/chartero.xpi |