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