Skip to content

no more yarn stuff #179

no more yarn stuff

no more yarn stuff #179

name: Send notifications when a new release is published
on:
workflow_dispatch:
push:
branches:
- master
env:
SPECIAL_GITHUB_TOKEN: ${{ secrets.SPECIAL_GITHUB_TOKEN }}
jobs:
release_notifications:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: npm install
- name: Notify upgrade-support of a new release
run: ./scripts/notify-new-release.js