From 89415ee62ed8390dce96cfc1c8304f7adbf94701 Mon Sep 17 00:00:00 2001 From: Aaron Kanzer Date: Mon, 29 Jan 2024 13:34:00 -0500 Subject: [PATCH] remove typo in autorc --- .autorc | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.autorc b/.autorc index 2a8f97f48..8bd20b459 100644 --- a/.autorc +++ b/.autorc @@ -12,5 +12,5 @@ } ], "released" - ]`` + ] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2ff66418..2c65c755f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Auto-release on PR merge on: - # ATM, this is the closest trigger to a PR merging + # ATM, this is the closest trigger to a PR merging push: branches: - master