Skip to content

Commit

Permalink
... no words
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmagee committed Nov 23, 2024
1 parent 7074823 commit ab5d7c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-tags: true

- name: Build Project with Dagger
uses: dagger/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Release
uses: dagger/[email protected]
Expand Down

0 comments on commit ab5d7c5

Please sign in to comment.