Skip to content

Commit

Permalink
fix: witchcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Jul 17, 2024
1 parent f54dbe4 commit f028bf6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

permissions:
contents: write
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,24 @@ jobs:
run: |
bun install
- name: Trigger Bundle Update
uses: actions/github-script@v6
with:
script: |
await github.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'Bundle Update.yml',
ref: context.ref
});
- name: Wait for Bundle Update
uses: jakejarvis/wait-action@v1
with:
workflow: "Bundle Update"
ref: ${{ github.sha }}
repo: ${{ github.repository }}

- uses: google-github-actions/release-please-action@v3
id: release
with:
Expand Down

0 comments on commit f028bf6

Please sign in to comment.