Skip to content

ci: pins the uv version to v0.4.22 #7

ci: pins the uv version to v0.4.22

ci: pins the uv version to v0.4.22 #7

Workflow file for this run

name: 🎉 Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
token: ${{ secrets.GH_TOKEN }}
- name: Run semantic-release
run: |
npm install --save-dev [email protected]
npm install @semantic-release/git -D
npm install @semantic-release/changelog -D
npm install @semantic-release/exec -D
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}