We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750276c commit 4c63505Copy full SHA for 4c63505
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Create GitHub Release
77
id: create_release
78
# Allow testing without creating a release
79
- if: github.event_name != 'pull_request' && (github.event.ref == 'refs/heads/develop' || startsWith(github.event.ref, 'refs/tags')
+ if: github.event_name != 'pull_request' && (github.event.ref == 'refs/heads/develop' || startsWith(github.event.ref, 'refs/tags'))
80
uses: softprops/action-gh-release@v2.1.0
81
with:
82
files: cwms-data-api/build/libs/cwms-data-api-${{env.VERSION}}.war
0 commit comments