Skip to content

Commit

Permalink
Merge pull request #33 from startersclan/fix/ci-remove-invalid-id-key…
Browse files Browse the repository at this point in the history
…-in-softprops-action-gh-release-v1

Fix (ci): Remove invalid `id` key in `softprops/action-gh-release@v1`
  • Loading branch information
leojonathanoh committed Mar 24, 2023
2 parents b94bf1a + b65c717 commit 6257c20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
draft: false
id: ${{ steps.release-drafter.outputs.id }}
name: ${{ steps.release-drafter.outputs.name }}
tag_name: ${{ steps.release-drafter.outputs.tag_name }}
body: ${{ steps.release-drafter.outputs.body }}
Expand Down

0 comments on commit 6257c20

Please sign in to comment.