Skip to content

Commit 993a253

Browse files
committed
Remove deprecated bundle step from github action
1 parent 87602e7 commit 993a253

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,10 @@ jobs:
5151
shell: bash
5252
run: |
5353
echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
54-
- name: Bundle
55-
if: env.RELEASE_VERSION != ''
56-
run: |
57-
mkdir -p target/release
58-
deno bundle mod.ts target/release/http-error.${RELEASE_VERSION}.js
5954
- name: Release
6055
uses: softprops/action-gh-release@v1
6156
if: env.RELEASE_VERSION != ''
6257
env:
6358
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6459
with:
6560
draft: true
66-
files: |
67-
target/release/http-error.${{ env.RELEASE_VERSION }}.js

0 commit comments

Comments
 (0)