Skip to content

Commit 4c63505

Browse files
authored
Add missing parenthesis.
1 parent 750276c commit 4c63505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Create GitHub Release
7777
id: create_release
7878
# 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')
79+
if: github.event_name != 'pull_request' && (github.event.ref == 'refs/heads/develop' || startsWith(github.event.ref, 'refs/tags'))
8080
uses: softprops/action-gh-release@v2.1.0
8181
with:
8282
files: cwms-data-api/build/libs/cwms-data-api-${{env.VERSION}}.war

0 commit comments

Comments
 (0)