Skip to content

Commit

Permalink
fix dagger install in CI
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 bccfd83 commit 2c988a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Install dagger
run: |
cd /usr/local
curl -sSL https://get-release.dagger.io/dagger | sh
dagger --version
curl -L https://dl.dagger.io/dagger/install.sh | sh
dagger version
- name: Run dry run publishing
run: |
dagger -m -m github.com/quartz-technology/daggerverse/daggerverse-cockpit call publish --repostory=. --dryRun --exclude="deprecated"
dagger -m github.com/quartz-technology/daggerverse/daggerverse-cockpit call publish --repostory=. --dryRun --exclude="deprecated"

0 comments on commit 2c988a1

Please sign in to comment.