Skip to content

Commit

Permalink
cd.yml: fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gifnksm committed Oct 7, 2023
1 parent 5f1df43 commit 68a8184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/.github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: gifnksm/rust-template/.github/workflows/reusable-cd.yml@main
with:
upload-dist-archive: {% if crate_type == "bin" %}true{% else %}false{% endif %}
permissions:
contents: write
permissions:
contents: write

cd-complete:
needs: cd
Expand Down

0 comments on commit 68a8184

Please sign in to comment.