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 acc0b09 commit 9fbc221Copy full SHA for 9fbc221
.github/workflows/publish.yml
@@ -45,11 +45,10 @@ jobs:
45
run: |
46
if ${IS_PLUGIN}; then
47
echo "DIR=packages/plugins/${{github.event.inputs.workspace}}" >> $GITHUB_ENV
48
+ elif ${IS_PUSH}; then
49
+ echo "DIR=packages/core" >> $GITHUB_ENV
50
else
- if ${IS_PUSH}; then
- echo "DIR=packages/core" >> $GITHUB_ENV
51
- else
52
- echo "DIR=packages/${{github.event.inputs.workspace}}" >> $GITHUB_ENV
+ echo "DIR=packages/${{github.event.inputs.workspace}}" >> $GITHUB_ENV
53
fi
54
echo "Setting working directory to: WORKSPACE=$DIR"
55
0 commit comments