Skip to content

Commit 0b0676e

Browse files
committed
fix: move reusable workflows back to .github/workflows directory
1 parent 2ad0a73 commit 0b0676e

File tree

5 files changed

+3
-138
lines changed

5 files changed

+3
-138
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ permissions:
1111

1212
jobs:
1313
call-prepare:
14-
uses: leoweyr/github-release-workflow/src/reusable-prepare-release.yml@master
14+
uses: leoweyr/github-release-workflow/.github/workflows/reusable-prepare-release.yml@develop
1515
secrets: inherit

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ permissions:
99

1010
jobs:
1111
call-publish:
12-
uses: leoweyr/github-release-workflow/src/reusable-publish-release.yml@master
12+
uses: leoweyr/github-release-workflow/.github/workflows/reusable-publish-release.yml@develop
1313
secrets: inherit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Add professional release automation to your personal project with a single step:
1111

12-
**Simply copy the `.github/workflows` directory from this repository into your project's root.**
12+
**Copy the `prepare-release.yml` and `publish-release.yml` files from `.github/workflows` into your project's `.github/workflows` directory.**
1313

1414
✨ That's it! Your repository is now enchanted.
1515

src/reusable-prepare-release.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

src/reusable-publish-release.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)