diff options
author | 2023-02-01 14:03:00 -0800 | |
---|---|---|
committer | 2023-02-01 14:03:00 -0800 | |
commit | 02fc87ea2952384308761380217008f66c5a824f (patch) | |
tree | f8fe332adcb952c35f4888d284547ad72786aac7 | |
parent | 7f853af6f042fc573549abffbc968d13d69dd839 (diff) | |
download | bun-02fc87ea2952384308761380217008f66c5a824f.tar.gz bun-02fc87ea2952384308761380217008f66c5a824f.tar.zst bun-02fc87ea2952384308761380217008f66c5a824f.zip |
Fix bad tag in npm publish
-rw-r--r-- | .github/workflows/bun-release.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml index 3fd33bc33..7a2cc6c00 100644 --- a/.github/workflows/bun-release.yml +++ b/.github/workflows/bun-release.yml @@ -87,7 +87,6 @@ jobs: with: package: packages/bun-types/dist/package.json token: ${{ secrets.NPM_TOKEN }} - tag: ${{ env.TAG }} docker: name: Release to Dockerhub runs-on: ubuntu-latest |