Skip to content

fix: install python and networking utilities #5

fix: install python and networking utilities

fix: install python and networking utilities #5

Workflow file for this run

---
name: Release Version
on: # yamllint disable-line rule:truthy
push:
branches:
- main
jobs:
release:
name: "Release to GitHub"
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install Semantic Release Plugins
run: npm install --save-dev conventional-changelog-conventionalcommits@v7 # yamllint disable-line rule:line-length
- name: Release Version
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
run: npx [email protected]