Release 1.0.2
This commit is contained in:
parent
a1c87b0147
commit
19265bf5a2
|
@ -43,7 +43,7 @@ If you don't change them, you can remove them from your workflow,
|
|||
as they are set automatically.
|
||||
|
||||
```YAML
|
||||
- uses: SpraxDev/Action-SpigotMC@v1
|
||||
- uses: SpraxDev/Action-SpigotMC@v3
|
||||
with:
|
||||
# A comma-separated list of Spigot version that should be compiled
|
||||
# These values are later given to the BuildTools.jar as '--rev' argument
|
||||
|
@ -77,4 +77,4 @@ as they are set automatically.
|
|||
# My (SpraxDev) provider is causing some builds to fail depending on the build environment
|
||||
# Available: SpraxDev, SpigotMC
|
||||
buildToolProvider: SpigotMC # Optional
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "action-spigotmc",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"description": "This GitHub Action allows you to easily compile Minecraft Spigot or Paper and install it in your runners local maven repository.",
|
||||
"keywords": [
|
||||
"github-actions",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "action-spigotmc",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "action-spigotmc",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "action-spigotmc",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.2",
|
||||
"description": "This GitHub Action allows you to easily compile Minecraft Spigot or Paper and install it in your runners local maven repository.",
|
||||
"keywords": [
|
||||
"github-actions",
|
||||
|
|
Loading…
Reference in New Issue