Skip to content

Commit

Permalink
fixing module path
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 6, 2024
1 parent de40d9f commit 14c05b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IMPORTANT: Please review the [CONTRIBUTING.md](../CONTRIBUTING.md) file for deta
All PRs must have an accompanied Jira issue. Please make sure you created it and linked it here.

BoxLang Jira: https://ortussolutions.atlassian.net/browse/BL/issues
Module Issues: https://github.com/boxlang-modules/bx-postgresql/issues
Module Issues: https://github.com/boxlang-modules/bx-mariadb/issues


## Type of change
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
type: boolean

env:
MODULE_ID: bx-postgresql
MODULE_ID: bx-mariadb
SNAPSHOT: ${{ inputs.snapshot || false }}
JDK: 17
GRADLE: 8.7
Expand Down

0 comments on commit 14c05b0

Please sign in to comment.