Skip to content

release

release #403

Workflow file for this run

name: release
on:
# schedule:
# - cron: '0 18 * * *'
workflow_dispatch:
inputs:
x-cmd-pkg-version:
description: 'x-cmd pkg version'
required: true
default: 'v0.1.1'
jobs:
Bundle:
runs-on: ubuntu-latest
timeout-minutes: 20
env:
___X_CMD_PKG_RELEASE_VERSION: ${{ github.event.inputs.x-cmd-pkg-version }}
___X_CMD_GHACTION_X: x6
WEBHOOK_URL: ${{ secrets.ROBOT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ssh_key: ${{ secrets.SSH_PRIVATE_KEY }}
# git_user: agent-zero
# git_email: [email protected]
ssh_key: ${{ secrets.SSH_PRIVATE_KEY_PKG }}
git_user: lunrenyi
git_email: [email protected]
CONCURRENCY: 10
steps:
- name: main
uses: x-cmd/action@main
with:
code: |
x ws release || return