mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
fix(src/index.js): remove 'stream-buffers'
This commit is contained in:
parent
0087887969
commit
d2cecad9a9
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
const exec = require('./_exec');
|
||||
const path = require('path');
|
||||
const {WritableStreamBuffer} = require('stream-buffers');
|
||||
|
||||
const core = require('@actions/core');
|
||||
const semanticRelease = require('semantic-release');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue