Skip to content

Commit fc20608

Browse files
authored
ci(release): bump shared pipeline to v4 (#302)
Picks up chhoumann/obsidian-plugin-workflows#21: release PR bodies now embed the digest-verified release notes, and provenance marker parsing requires exactly one match.
1 parent 6ccb1ef commit fc20608

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
permissions:
4242
contents: write
4343
pull-requests: write
44-
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-prepare.yml@69b85e58a8158cacf55e3f1ac8e2790e4e33c8c0 # v4
44+
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-prepare.yml@ebcf84b80dc48ba15e0eec1f3575d41519a78ed5 # v4
4545
with:
4646
plugin-name: podnotes
4747
package-manager: npm

.github/workflows/release-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
actions: write
4141
contents: write
4242
pull-requests: read
43-
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-validate.yml@69b85e58a8158cacf55e3f1ac8e2790e4e33c8c0 # v4
43+
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-validate.yml@ebcf84b80dc48ba15e0eec1f3575d41519a78ed5 # v4
4444
with:
4545
pr-number: ${{ github.event.pull_request.number || inputs.pr-number }}
4646
plugin-name: podnotes

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: write
3131
id-token: write
3232
pull-requests: read
33-
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release.yml@69b85e58a8158cacf55e3f1ac8e2790e4e33c8c0 # v4
33+
uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release.yml@ebcf84b80dc48ba15e0eec1f3575d41519a78ed5 # v4
3434
with:
3535
release-pr: ${{ inputs.releasePr }}
3636
plugin-name: podnotes

0 commit comments

Comments
 (0)