Skip to content

Commit

Permalink
fix some versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotjarnit committed Nov 16, 2023
1 parent 6335976 commit 3d69939
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: BrycensRanch/read-properties-action@v1
id: all
with:
file: gradle.properties
all: true
- uses: actions/setup-java@v3
with:
java-version: '11'
Expand All @@ -23,6 +28,6 @@ jobs:
- name: Publish package
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: publish -Pversion=${{ github.sha }}-SNAPSHOT
arguments: publish -Pversion=${{ steps.all.outputs.version }}-SNAPSHOT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POM_NAME=ElliotEngine
POM_PACKAGING=aar
GROUP=dev.elliotjarnit
VERSION=ALPHA-0.0.1
VERSION=0.0.1
POM_DESCRIPTION=A fully from-scratch 3D Game Engine written in Java using only built-in language features

0 comments on commit 3d69939

Please sign in to comment.