Skip to content

Commit d0b226d

Browse files
add github workflow files
1 parent b2c3cf2 commit d0b226d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build & Create GitHub Release
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
9+
jobs:
10+
call-rocket-plugin-release:
11+
uses: RestoreMonarchyPlugins/github-actions/.github/workflows/rocket-plugin-release.yml@master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Animal Manager
2-
Set custom spawns points and modify the loot from animals.
2+
Set up custom spawns points and modify the loot from animals.
33

44
## Features
55
- Modify the loot dropped by animals on death.

0 commit comments

Comments
 (0)