Merge pull request #29 from devsapp/gwh/dipper #63
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: auto try publish all | |
on: | |
push: | |
branches: | |
- dipper | |
env: | |
REGISTRY_TOKEN: ${{secrets.ALIBABA_REGISTRY_V3_PUBLISH_TOKEN}} | |
jobs: | |
auto-publish: | |
runs-on: ubuntu-latest | |
steps: | |
- run: git config --global core.symlinks false | |
shell: bash | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: 16 | |
registry-url: https://registry.npmjs.org/ | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.10' | |
- name: install s | |
run: | | |
npm i @serverless-devs/s -g | |
- name: publish | |
run: | | |
python auto-publish.py |