Skip to content

Commit

Permalink
add publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
mateosalta authored Feb 17, 2022
1 parent e4f88cc commit 13699eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/clickable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ jobs:
name: "ubports-${{ matrix.arch }}--click"
path: "build/*/app/*.click"
if-no-files-found: ignore
- name: Publish to Open Store
if: startsWith( github.ref, 'refs/tags/')
env:
ARCH: ${{ matrix.arch }}
OPENSTORE_KEY: ${{ secrets.OPENSTORE_KEY }}
run: ~/.local/bin/clickable publish "* $(git log -1 --pretty=%B | head -1)" --apikey ${OPENSTORE_KEY} --config clickable.json --arch ${ARCH}

0 comments on commit 13699eb

Please sign in to comment.