diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c35a1b..1964485 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: open-pull-requests-limit: 1 labels: - "Dependencies 📦" - - "JavaScript 🦏" \ No newline at end of file + - "JavaScript 🦏" diff --git a/.github/workflows/craft-release.yaml b/.github/workflows/craft-release.yaml index 7178383..0786d57 100644 --- a/.github/workflows/craft-release.yaml +++ b/.github/workflows/craft-release.yaml @@ -1,4 +1,6 @@ name: Create Release +env: + MILESTONE: ${{ github.event.milestone.title }} on: milestone: types: