Skip to content

fix(jquery.terminal): Bump to 2.42.2 #35

fix(jquery.terminal): Bump to 2.42.2

fix(jquery.terminal): Bump to 2.42.2 #35

Workflow file for this run

name: Release
on:
push:
branches: [ master, dev ]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Release
uses: go-semantic-release/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}