Skip to content

Commit

Permalink
feat: publish is true
Browse files Browse the repository at this point in the history
  • Loading branch information
nineaiyu committed Nov 18, 2024
1 parent 8701eca commit b931213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publish: true
config-name: release-config.yml
version: ${{ steps.get_version.outputs.TAG }}
tag: ${{ steps.get_version.outputs.TAG }}
Expand Down Expand Up @@ -59,7 +60,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: |
${{ env.REPO }}-${{ steps.get_version.outputs.TAG }}.tar.gz
${{ env.REPO }}-${{ steps.get_version.outputs.TAG }}.tar.gz.md5
Expand Down

0 comments on commit b931213

Please sign in to comment.