Skip to content

fix(deps): bump socks-proxy-agent from 6.2.1 to 8.0.4 (#214) #149

fix(deps): bump socks-proxy-agent from 6.2.1 to 8.0.4 (#214)

fix(deps): bump socks-proxy-agent from 6.2.1 to 8.0.4 (#214) #149

Workflow file for this run

name: Semantic release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GPR_TOKEN }}
- name: Install deps
uses: ./.github/workflows/composite/npm
- name: Release a new version
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GPR_TOKEN }}