Skip to content

Commit

Permalink
ci: Fix release drafter commitish
Browse files Browse the repository at this point in the history
  • Loading branch information
francesca64 authored and AndrewDryga committed Jun 28, 2023
1 parent d3b7162 commit 4d89052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
tag_name: ${{ steps.release_drafter.outputs.tag_name }}
steps:
- uses: release-drafter/release-drafter@v5
with:
commitish: cloud
id: release_drafter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4d89052

Please sign in to comment.