Skip to content

Commit

Permalink
add dagger dry release test
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Feb 15, 2024
1 parent f45fa45 commit bccfd83
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ name: Release Daggerverse modules (dry-run)
on:
push:
branches:
- master
- main
pull_request:
branches:
- main

jobs:
release-dry:
name: Run dry run publishing
runs-on: ubuntu-latest
env:
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dagger
run: |
cd /usr/local
curl -sSL https://get-release.dagger.io/dagger | sh
dagger --version
jobs:
- name: Run dry run publishing
run: |
dagger -m -m github.com/quartz-technology/daggerverse/daggerverse-cockpit call publish --repostory=. --dryRun --exclude="deprecated"

0 comments on commit bccfd83

Please sign in to comment.