Skip to content

Commit

Permalink
Merge pull request #1001 from USACE/MikeNeilson-patch-1
Browse files Browse the repository at this point in the history
downgrade due to action bug
  • Loading branch information
krowvin authored Dec 30, 2024
2 parents 7354ce5 + 7789c22 commit ad47448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit ad47448

Please sign in to comment.