Commit 4a6b6973 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Automatic releases

Automatic releases
parents bbfa83d8 168bb105
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@ on:
      - '**/*.md'
      - '.gitignore'
      - '.dockerignore'
      - '.github/**'
      - '.github/workflows/**'

jobs:
  shellcheck:
@@ -74,7 +72,7 @@ jobs:
        GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
      with:
        xtag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
        title: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
        title: "v${{ secrets.MINOR }}"
        xbody: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"

  bump: