Skip to content

Commit b0ec798

Browse files
committed
build
1 parent c2ade6e commit b0ec798

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ jobs:
102102
username: ${{ secrets.DOCKER_USERNAME }}
103103
password: ${{ secrets.DOCKER_PASSWORD }}
104104

105+
- name: "Build Project"
106+
run: |
107+
./install_requirements.sh
108+
./create_release.sh << ${{ github.event.release.name }}
109+
105110
- name: "Build Docker Image"
106111
run: |
107112
echo "Building Docker Image..."

0 commit comments

Comments
 (0)