mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 12:55:08 +00:00
19 lines
393 B
YAML
19 lines
393 B
YAML
name: 📦 Release On Push
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
# See CONTRIBUTING.md for more information on how this action works.
|
|
|
|
jobs:
|
|
release-on-push:
|
|
name: 📦 Release On Push
|
|
runs-on: ubuntu-latest
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
steps:
|
|
- uses: rymndhng/release-on-push-action@master
|
|
with:
|
|
bump_version_scheme: minor
|