Skip to content

Update dependency typos to v1.16.12 #131

Update dependency typos to v1.16.12

Update dependency typos to v1.16.12 #131

Workflow file for this run

name: Release
on:
push:
workflow_dispatch:
jobs:
release:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Wait other jobs
uses: kachick/wait-other-jobs@v1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
if: startsWith(github.ref, 'refs/tags/')
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')