mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
test new release drafter combi workflow
This commit is contained in:
4
.github/workflows/release-drafter.yml
vendored
4
.github/workflows/release-drafter.yml
vendored
@@ -19,7 +19,9 @@ jobs:
|
||||
id: filter-setup
|
||||
run: |
|
||||
filters=$(find . -maxdepth 1 -type d ! -path ./.git ! -path . -exec basename {} \; | grep -v '^\.' | awk '{printf "%s=%s/**\n", $1, $1}')
|
||||
echo "filters=$(echo \"$filters\")" >> $GITHUB_OUTPUT
|
||||
echo "filters<<EOF" >> $GITHUB_OUTPUT
|
||||
echo "$filters" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
- name: Filter changes
|
||||
id: filter
|
||||
|
||||
Reference in New Issue
Block a user