Release 1.0.2

This commit is contained in:
Christian Koop 2021-08-01 20:02:17 +02:00
parent a1c87b0147
commit 19265bf5a2
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
4 changed files with 6 additions and 6 deletions

View File

@ -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
```
```

2
dist/package.json generated vendored
View File

@ -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",

4
package-lock.json generated
View File

@ -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",

View File

@ -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",