diff --git a/.deployignore b/.deployignore index 56180bf5..2114126a 100644 --- a/.deployignore +++ b/.deployignore @@ -7,6 +7,7 @@ node_modules/ *.zip .phpunit.result.cache Dockerfile +Dockerfile-* output.log .github tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c92de03a..8ccab9be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: - main - production +permissions: + contents: write + jobs: release: name: "Create Release"