Skip to content

Commit

Permalink
Merge pull request #458 from Sifchain/publish-git-release
Browse files Browse the repository at this point in the history
added more debugging to figure out why it can't upload the zip file
  • Loading branch information
gzukel authored Mar 10, 2022
2 parents 1fbfe58 + 1817433 commit c03bb6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-docker-image-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ jobs:
run: |
set +x
zip -r release-${DOCKER_TAG}.zip app/dist
sudo chmod 766 release-${DOCKER_TAG}.zip
change_log=$(cat app/CHANGELOG.md)
echo "change_log=$(echo ${change_log} | tr -d '\n' | sed -e 's/\#//g')" >> ${GITHUB_ENV}
pwd
ls -lah
- name: Create release
Expand All @@ -123,6 +125,7 @@ jobs:
prerelease: false

- uses: actions/[email protected]
working-directory: ui
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

1 comment on commit c03bb6f

@vercel
Copy link

@vercel vercel bot commented on c03bb6f Mar 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.