Skip to content

Commit 3832373

Browse files
committed
enable build workflow
1 parent f33a11d commit 3832373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build and publish
22

33
on:
44
workflow_dispatch:
5-
# release:
6-
# types: [published]
5+
release:
6+
types: [published]
77

88
jobs:
99
build:
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
NATIVEPHP_UPDATER_ENABLED: false
5050
NATIVEPHP_UPDATER_PROVIDER: github
51-
GITHUB_PRIVATE: true # update after making public
51+
GITHUB_PRIVATE: false # update after making public
5252
GITHUB_REPO: gwleuverink/phost
5353
GITHUB_OWNER: gwleuverink
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)