We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7ea35 commit 58499f6Copy full SHA for 58499f6
1 file changed
.github/workflows/release.yml
@@ -57,3 +57,9 @@ jobs:
57
- uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
58
with:
59
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