Skip to content

Commit 625c8b7

Browse files
fix: Needless artifact
1 parent e89da3b commit 625c8b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@ jobs:
5353
run: |
5454
npm --no-git-tag-version --ignore-scripts version ${RELEASE_VERSION}
5555
npm publish --access=public --provenance --tag=next
56-
npm pack
5756
5857
- uses: oliversalzburg/action-automatic-semantic-releases@bc429dc1af8c036b5f8c11fef7bcb0becfd5064d # v0.0.13
5958
with:
6059
automatic_release_tag: next
6160
body_prefix: |
6261
Published at <https://www.npmjs.com/package/@oliversalzburg/js-utils/v/${{ env.RELEASE_VERSION }}>.
6362
draft: false
64-
files: "*.tgz"
6563
prerelease: true
6664
repo_token: ${{ secrets.GITHUB_TOKEN }}
6765
title: Snapshot Build v${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)