Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol authored Jan 8, 2024
1 parent 106ecf8 commit 4190265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Create necessary directories
run: |
mkdir -p core/core-infra/core-infra-rdb/src/main/resources
- name: Create application-properties.yml
run: echo "${{ secrets.APPLICATION_INFRA_RDB }}" > core/core-infra/core-infra-rdb/src/main/resources/application-infra-rdb.yml
Expand Down

0 comments on commit 4190265

Please sign in to comment.