Skip to content

fix(install): consider /lib and /usr/lib both as valid module paths #2

fix(install): consider /lib and /usr/lib both as valid module paths

fix(install): consider /lib and /usr/lib both as valid module paths #2

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.semrel.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: go-semantic-release/action@v1
id: semrel
name: Release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}