Skip to content

Commit

Permalink
Update npm-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling authored Jan 16, 2025
1 parent 345c95a commit 57ef5a7
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,10 @@ jobs:
needs: release
runs-on: ubuntu-latest
steps:
- name: Download a single artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ needs.release.outputs.ARTIFACT_NAME }}
- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v2
uses: it-at-m/.github/.github/actions/action-create-github-release@82_addWrapper
with:
tag_name: ${{ needs.release.outputs.VERSION }}
draft: false
prerelease: false
generate_release_notes: false

artifact-name: ${{ needs.release.outputs.ARTIFACT_NAME }}
tag-name: ${{ needs.release.outputs.VERSION }}
# artifact-path: ""

0 comments on commit 57ef5a7

Please sign in to comment.