We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3dc0f commit aa9e90fCopy full SHA for aa9e90f
.github/workflows/test.yml
@@ -9,5 +9,5 @@ jobs:
9
uses: technote-space/release-github-actions@test
10
with:
11
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
- GITHUB_WORKSPACE: ${{ secrets.GITHUB_WORKSPACE }}
+ GITHUB_WORKSPACE: ${GITHUB_WORKSPACE}
13
BUILD_COMMAND: 'yarn install && yarn build && yarn install --production'
0 commit comments