Skip to content

Commit

Permalink
Fix build-release
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxx committed Mar 1, 2024
1 parent 0a3f47e commit fcf76b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t my_image .
- name: Run the script
run: |
docker run my_image bash script.sh
bash build.sh
create-release:
needs: build
Expand Down

0 comments on commit fcf76b2

Please sign in to comment.