Skip to content

Commit 303b36e

Browse files
committed
two commands
1 parent acae501 commit 303b36e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,5 @@ jobs:
9898
run: |
9999
cd ${{github.workspace}}/.tmp/${MODULE_ID}
100100
cat box.json
101-
box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }} && forgebox publish
102-
103-
104-
105-
101+
box config set ENDPOINTS.FORGEBOX.APITOKEN=${{ secrets.BOX_CONFIG_ENDPOINTS_FORGEBOX_APITOKEN }}
102+
box forgebox publish

0 commit comments

Comments
 (0)