From 7789c22a80ddf80290e9b3b61148b2b869ac1b7f Mon Sep 17 00:00:00 2001 From: Mike Neilson Date: Mon, 30 Dec 2024 08:28:58 -0800 Subject: [PATCH] downgrade due to action bug --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7b8231e8..c3a0345bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: run: ./gradlew build --info --init-script init.gradle -PversionOverride=$VERSION - name: Create GitHub Release id: create_release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.1.0 with: files: cwms-data-api/build/libs/cwms-data-api-${{env.VERSION}}.war tag_name: ${{env.VERSION}}