Skip to content

Commit

Permalink
* release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
feraxhp authored Aug 19, 2024
1 parent 6191369 commit b3722c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
jobs:
ktheme:
name: S1
uses: feraxhp/kactions/.github/workflows/publish.yml@main
uses: feraxhp/kactions/.github/workflows/publish.yml@v1.0.0
with:
module: ':ktheme'
secrets:
Expand All @@ -33,11 +33,11 @@ jobs:
pages:
name: S2
needs: ktheme
uses: feraxhp/kactions/.github/workflows/pages.yml@main
uses: feraxhp/kactions/.github/workflows/pages.yml@v1.0.0
with:
platform: 'Wasm'
module: ':sample:composeApp'


# See LICENCE in the project root
# for the full licence detail.
# for the full licence detail.

0 comments on commit b3722c5

Please sign in to comment.