Skip to content

v22.1.0

v22.1.0 #79

Workflow file for this run

name: release
on:
release:
types: [published]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: package-version
uses: martinbeentjes/[email protected]
- uses: josephbmanley/[email protected]
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: win-linux-mac-stable
ITCH_GAME: bitsy-hacks
ITCH_USER: seansleblanc
PACKAGE: dist
VERSION: ${{ steps.package-version.outputs.current-version}}
- name: update Borksy
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_READ_TOKEN }}
repository: Ayolland/borksy
event-type: update-hacks