Skip to content

Check Update

Check Update #68

Workflow file for this run

name: Check Update
concurrency: check
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
token: ${{ secrets.WORKFLOW_SECRET }}
- name: Check for Update
uses: saadmk11/[email protected]
with:
token: ${{ secrets.WORKFLOW_SECRET }}
release_types: 'major'