Skip to content

Commit

Permalink
Fix GitHub Actions workflow to publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Sep 1, 2024
1 parent b31d21b commit 4666cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
workflow_call:

jobs:
install:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ name: Publish
on:
release:
types: [published]
workflow_dispatch:

jobs:
default_ci:
name: Run default CI of repository
runs-on: ubuntu-latest
steps:
- name: CI workflow
uses: ./.github/workflows/ci.yml
uses: ./.github/workflows/ci.yml

library_npm:
name: Publish library to NPM
Expand Down

0 comments on commit 4666cf9

Please sign in to comment.