Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Hickey <[email protected]>
  • Loading branch information
hickey committed Feb 13, 2024
1 parent 86fbe8e commit d75d397
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-meshchat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
path: ${{ needs.release_meshchat_package.outputs.package_file }}
- run: git log --graph --all --pretty=format:'%h - (%cr) %s%d' --abbrev-commit --date=relative
- run: ls -l
- run: npx release-it -VV --ci --no-increment --no-git --no-npm --github.update=true --github.assets=*.ipk
- run: |
for file in *.ipk; do
echo "uploading $file"
npx release-it -VV --ci --no-increment --no-git --no-npm --github.update=true --github.assets=$file
done
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_IT_TOKEN }}

0 comments on commit d75d397

Please sign in to comment.