Skip to content

Commit e6fa787

Browse files
committed
packaging : update list of deps to exclude
1 parent 58c7cf7 commit e6fa787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# name: build-package
1+
# name: package-plugin
22

33
# on:
44
# release:
@@ -13,10 +13,10 @@
1313
# - uses: actions/checkout@v1
1414
# # TODO P2 composer --no-dev
1515
# - name: Create zip package
16-
# run: zip -r "cs-wordpress-bouncer.zip" . -x "./.github/**" -x "./docs/**"
16+
# run: zip -r "cs-wordpress-bouncer.zip" . -x "./.github/**" -x "./docker/**" -x "./docs/**"
1717
# - name: Upload to release
1818
# uses: JasonEtco/upload-to-release@master
1919
# with:
2020
# args: cs-wordpress-bouncer.zip application/zip
2121
# env:
22-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)