diff --git a/.github/workflows/tasks.yaml b/.github/workflows/tasks.yaml index 246ee27..c6f4e9b 100644 --- a/.github/workflows/tasks.yaml +++ b/.github/workflows/tasks.yaml @@ -23,3 +23,22 @@ jobs: GIT_EMAIL: "Hurbar@m21.kylz.nl" REPO_BRANCH: "master" BRANCH_VERSION: "main" + - name: mass name changes + uses: minoplhy/mass-name-change@main + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + with: + action_location: sub-action.py + Repo: minoplhy/filters + - name: "Makeup Releases" + run: | + echo "done!" + + - uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" + prerelease: false + title: "FILTERS" + files: | + /gh-releases/*