From 13282bdea6c5758dd8c19f75564b083502cd4a83 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Thu, 4 May 2023 17:35:43 -0400 Subject: [PATCH] ignore the README.md --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f77b7d2..633bdd6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,4 +11,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Run respec_action - uses: edsu/respec-action@v0.1.5 + uses: edsu/respec-action@v0.2.0 + with: + ignore: README.md