EastWoodYang commented on issue #657:
URL:
https://github.com/apache/incubator-answer/issues/657#issuecomment-1827082266
用的Github Action,报上面的错误
```
name: Build
on:
workflow_dispatch:
jobs:
build-goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Build
# run: ./answer build --with [email protected]=${{
github.workspace }}/connector-wechat
run: ./answer build --with
github.com/apache/incubator-answer-plugins/connector-github
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]