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 58c7cf7 commit e6fa787Copy full SHA for e6fa787
.github/workflows/build_package.yml
@@ -1,4 +1,4 @@
1
-# name: build-package
+# name: package-plugin
2
3
# on:
4
# release:
@@ -13,10 +13,10 @@
13
# - uses: actions/checkout@v1
14
# # TODO P2 composer --no-dev
15
# - name: Create zip package
16
-# run: zip -r "cs-wordpress-bouncer.zip" . -x "./.github/**" -x "./docs/**"
+# run: zip -r "cs-wordpress-bouncer.zip" . -x "./.github/**" -x "./docker/**" -x "./docs/**"
17
# - name: Upload to release
18
# uses: JasonEtco/upload-to-release@master
19
# with:
20
# args: cs-wordpress-bouncer.zip application/zip
21
# env:
22
-# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments