Skip to content

build(deps): bump semver from 6.3.0 to 6.3.1 (#295) #178

build(deps): bump semver from 6.3.0 to 6.3.1 (#295)

build(deps): bump semver from 6.3.0 to 6.3.1 (#295) #178

Workflow file for this run

name: Update dist
on:
push:
branches:
- main
jobs:
update-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SCALA_CLI_SETUP_INTERNAL_KEY }}
- name: Build
shell: bash -l {0}
run: |
nvm use lts/gallium
npm install
npm run all
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
with:
commit-message: Update dist
author: GitHub <noreply@github.com>
delete-branch: true
title: Update dist
- name: Check Pull Request
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"