-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (34 loc) · 917 Bytes
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# MIT Licence
# Copyright 2024 feraxhp
name: Publish and Build library
run-name: 🚀 ¡ktheme release! 🚀
on:
workflow_dispatch:
release:
types:
- created
permissions:
contents: read
pages: write
id-token: write
jobs:
ktheme:
name: S1
uses: feraxhp/kactions/.github/workflows/[email protected]
with:
module: ':ktheme'
secrets:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
pages:
name: S2
# needs: ktheme
uses: feraxhp/kactions/.github/workflows/[email protected]
with:
platform: 'Wasm'
module: ':sample:composeApp'
# See LICENCE in the project root
# for the full licence detail.