Skip to content

Commit

Permalink
Change workflow for publishing via GitHub Actions to manual invocatio…
Browse files Browse the repository at this point in the history
…n, not automatic after merge.
  • Loading branch information
masonmark committed Jun 16, 2024
1 parent f57f398 commit 53abd7e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish
on:
push:
branches:
- main
# push:
# branches:
# - release

workflow_dispatch:


jobs:
publish:
Expand All @@ -12,6 +15,7 @@ jobs:
contents: read
id-token: write

# TODO: A potential idea here would be to walk the libs hierarchy and only publish the packages that have newer versions specified than what is already published.
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 53abd7e

Please sign in to comment.