Skip to content

Commit

Permalink
Refactor: gradle.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yslle committed Jul 4, 2024
1 parent 8a0b295 commit e1e892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: contains(github.ref, 'main')
run: |
cd ./src/main
mkdir resources
mkdir -p resources
cd ./resources
touch ./application.properties
echo "${{ secrets.PROPERTIES_PROD }}" > ./application-prod.yml
Expand Down

0 comments on commit e1e892f

Please sign in to comment.