Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benlabbe authored Oct 9, 2023
1 parent 64f9049 commit 01a369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "::set-output name=version::$(. envFile && echo $version)"
. envFile && docker cp $id:$fullname - > ./$filename
docker stop $id
docker rm -v $id'
docker rm -v $id
- name: Create release
uses: actions/create-release@v1
Expand Down

0 comments on commit 01a369c

Please sign in to comment.