Skip to content

Commit

Permalink
Merge pull request #16 from agentdid127/master
Browse files Browse the repository at this point in the history
Update version control, change version number to a not used one
  • Loading branch information
CoryBorek authored Dec 5, 2020
2 parents 6f9a137 + bed3a71 commit 04fbfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: 1.11
- name: "Get Information"
run: |
echo 'VERSION=' + $(cat pom.xml | grep "^ <version>.*</version>$" | awk -F'[><]' '{print $3}') >> $GITHUB_ENV
echo 'VERSION='$(cat pom.xml | grep "^ <version>.*</version>$" | awk -F'[><]' '{print $3}') >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.agentdid127.resourcepack</groupId>
<artifactId>ResourcePackConverter</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<build>
<finalName>ResourcePackConverter</finalName>
<defaultGoal>clean package install</defaultGoal>
Expand Down

0 comments on commit 04fbfbf

Please sign in to comment.