Skip to content

Commit 78070a4

Browse files
committed
chore: update release and deploy workflows
1 parent 783d035 commit 78070a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflow-templates/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
deploy:
16-
uses: ianhubnet/.github/.github/workflows/deploy.yml@main
16+
uses: ciskeleton/.github/.github/workflows/deploy.yml@main
1717
with:
1818
type: ${{ vars.CSK_TYPE }}
1919
app_path: src

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
!contains(github.ref_name, 'alpha') &&
2020
!contains(github.ref_name, 'beta') &&
2121
!contains(github.ref_name, '+')
22-
uses: ianhubnet/.github/.github/workflows/project.yml@main
22+
uses: ciskeleton/.github/.github/workflows/project.yml@main
2323
with:
2424
name: ${{ vars.CSK_NAME }}
2525
secrets: inherit

0 commit comments

Comments
 (0)