Skip to content

Commit

Permalink
add publish
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Jan 11, 2025
1 parent 9c430ac commit 8e3b4ec
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,12 @@ jobs:
ssh-host: "${{ env.server-address }}"
ssh-key: "${{ secrets.KAMATERA_SSH_KEY }}"

# #################################################
# # TODO
# #################################################
# - name: Publish Repo
# uses: regolith-linux/actions/publish-repo@main
# with:
# only-component: "unstable"
# #################################################
#################################################
# TODO
#################################################
- name: Publish Repo
uses: regolith-linux/actions/publish-repo@enhance-publish-repo
with:
packages-path-subfolder: "${{ github.event.repository.name }}"
only-component: "unstable"
#################################################

0 comments on commit 8e3b4ec

Please sign in to comment.