Skip to content

Commit

Permalink
Improvement to build
Browse files Browse the repository at this point in the history
  • Loading branch information
A5H73Y committed Jun 15, 2022
1 parent 88fb20b commit 79e88b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

env:
artifact_name: 'Parkour-7.0.0'
artifact_name: 'Parkour-7.0.1'
release_type: '-RELEASE'

on: push
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.ref_name }}${{ env.release_type }}.${{ github.run_number }}
tag_name: ${{ github.ref_name }}${{ env.release_type }}.${{ github.run_number }}
release_name: ${{ env.artifact_name }}${{ env.release_type }}.${{ github.run_number }}
draft: false
prerelease: false
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add a whole new element of fun to any server, highly competitive gameplay with r
<dependency>
<groupId>com.github.A5H73Y</groupId>
<artifactId>Parkour</artifactId>
<version>7.0.0</version>
<version>7.0.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand All @@ -51,5 +51,5 @@ repositories {
```

```
compile 'com.github.A5H73Y:Parkour:7.0.0'
compile 'com.github.A5H73Y:Parkour:7.0.1'
```
2 changes: 1 addition & 1 deletion docs/essential/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Frequently Asked Questions

##### Server version support

Parkour 7.0.0 supports all versions between 1.8 to 1.19+.
Parkour 7.0.0+ supports all versions between 1.8 to 1.19+.

##### Parkour Welcome Message

Expand Down

0 comments on commit 79e88b4

Please sign in to comment.