Commit 66d4248d authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

fix: remove find-next-release:needs

parent e32d9aeb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -43,9 +43,6 @@ find-next-release:
    - semantic-release --dry-run --no-ci
    - echo "TBUMP_NEXT_VERSION=$(cat .VERSION 2>/dev/null || echo "[!] No new
      release" 1>&2)" > TBUMP_NEXT_VERSION.env
  needs:
    - job: semantic-version-tag-checker
      optional: true
  artifacts:
    reports:
      dotenv: TBUMP_NEXT_VERSION.env