Skip to content

Commit 58499f6

Browse files
authored
GitHub Actions: Publish to cloudsmith (#2)
1 parent 1a7ea35 commit 58499f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ jobs:
5757
- uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
5858
with:
5959
subject-checksums: ./dist/checksums.txt
60+
61+
- uses: cloudsmith-io/cloudsmith-cli-action@v2.0.2
62+
with:
63+
api-key: ${{ secrets.CLOUDSMITH_API_KEY_TASTENDRUCK }}
64+
- run: cloudsmith push deb typisttech/oss/any-distro/any-version 'dist/*.deb'
65+
- run: cloudsmith push deb typisttech/oss/any-distro/any-version 'dist/*.apk'

0 commit comments

Comments
 (0)