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 acae501 commit 303b36eCopy full SHA for 303b36e
.github/workflows/build.yml
@@ -98,8 +98,5 @@ jobs:
98
run: |
99
cd ${{github.workspace}}/.tmp/${MODULE_ID}
100
cat box.json
101
- box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }} && forgebox publish
102
-
103
104
105
+ box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }}
+ box forgebox publish
0 commit comments