Skip to content

Commit

Permalink
ci: change release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 25, 2024
1 parent 99973a4 commit 7a2ef45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release:
if: (github.event_name == 'push') || (github.event_name == 'workflow_dispatch' && !inputs.bump)
uses: lisandra-dev/reusable-workflows/.github/workflows/obsidian-plugin-release.yaml@main
uses: mara-li/reusable-workflows/.github/workflows/obsidian-plugin-release.yaml@main
needs: echo
with:
PLUGIN_NAME: "obsidian-mkdocs-publisher"
Expand All @@ -41,7 +41,7 @@ jobs:
bump-version-and-release:
if: ${{ inputs.bump }}
needs: echo
uses: lisandra-dev/reusable-workflows/.github/workflows/obsidian-plugin-bump-version.yaml@main
uses: mara-li/reusable-workflows/.github/workflows/obsidian-plugin-bump-version.yaml@main
with:
PLUGIN_NAME: "obsidian-mkdocs-publisher"
STYLE: true
Expand Down

0 comments on commit 7a2ef45

Please sign in to comment.