Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewza committed Oct 27, 2023
1 parent 881e50e commit 2b0356a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NEW_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release
name: Create Draft Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: "${{ steps.generate-version.outputs.version }}"
name: ${{ steps.generate-version.outputs.version }}
draft: false
draft: true
makeLatest: false
prerelease: true
allowUpdates: true
Expand Down

0 comments on commit 2b0356a

Please sign in to comment.