From d3fcdf0c3a8fb78de1ecdba6aa4ad810ab14ea6d Mon Sep 17 00:00:00 2001 From: Jesse Simpson Date: Wed, 7 Aug 2024 11:08:16 -0400 Subject: [PATCH] fix: remove unnecessary change to github workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2efc55e1..db80866e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -124,4 +124,4 @@ jobs: latest registry: quay.io/redhat-certification username: ${{ secrets.QUAY_BOT_USERNAME }} - password: ${{ secrets.QUAY_BOT_TOKEN }} \ No newline at end of file + password: ${{ secrets.QUAY_BOT_TOKEN }}