Skip to content

Commit

Permalink
Enable "Create Release" step in create-release-draft workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival-space committed Feb 8, 2025
1 parent d497073 commit a863f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- name: "Create Release"
uses: softprops/action-gh-release@v2
if: false
with:
name: "Release ${{ needs.get_version.outputs.version }}"
tag_name: "v${{ needs.get_version.outputs.version }}"
Expand Down

0 comments on commit a863f3d

Please sign in to comment.