Skip to content

Commit

Permalink
Merge pull request #4 from discoverygarden/release
Browse files Browse the repository at this point in the history
fix semver
  • Loading branch information
Alexander-Cairns authored Sep 4, 2024
2 parents 05fe938 + c7497ea commit 3f7173f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
prefix: v
- name: Release
run: gh release create ${{ steps.semver.outputs.tag }}
run: gh release create --repo ${{ github.repository }} ${{ steps.semver.outputs.tag }}
env:
GH_TOKEN: ${{ github.token }}
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ddev-flysystem-minio: use MinIO for Drupal Flysystem

Configures DGI's Drupal DDEV project to use MinIO for Flysystem storage.

## Installation

```bash
ddev get ddev/ddev-minio
ddev get discoverygarden/ddev-flysystem-minio
ddev restart
```

0 comments on commit 3f7173f

Please sign in to comment.