Skip to content

Commit

Permalink
fix: GH workflows to ignore demos
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Mar 27, 2024
1 parent f4cd4c0 commit 73d7b51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run dry run publishing
run: |
dagger -m github.com/quartz-technology/daggerverse/daggerverse-cockpit call publish --repository=. --dryRun --exclude="deprecated"
dagger -m github.com/quartz-technology/daggerverse/daggerverse-cockpit call publish --repository=. --dryRun --exclude="deprecated","demos"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run publishing
run: |
dagger -m github.com/quartz-technology/daggerverse/daggerverse-cockpit call publish --repository=. --exclude="deprecated"
dagger -m github.com/quartz-technology/daggerverse/daggerverse-cockpit call publish --repository=. --exclude="deprecated","demos"
2 changes: 1 addition & 1 deletion demos/bun-server/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": [
{
"name": "magicenv",
"source": "github.com/quartz-technology/daggerverse/magicenv@d6fa562d77d1daf8d92ea6fa0aadd1c9c5715206"
"source": "github.com/quartz-technology/daggerverse/magicenv@f4cd4c06dc5a487ef85ab497341f10edf7364c8d"
},
{
"name": "postgres",
Expand Down

0 comments on commit 73d7b51

Please sign in to comment.