2022-03-19 08:41:09 -06:00
|
|
|
name: "🆙 Bump Version"
|
|
|
|
|
|
|
|
on:
|
|
|
|
release:
|
|
|
|
types:
|
|
|
|
- published
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
call:
|
|
|
|
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/bump-version.yaml@master
|
|
|
|
with:
|
2022-04-29 23:52:50 -05:00
|
|
|
csproj-name: ConfusedPolarBear.Plugin.IntroSkipper
|
2022-03-19 08:41:09 -06:00
|
|
|
is-unstable: ${{ github.event.release.prerelease }}
|