Skip to content

Commit

Permalink
Remove Unstable from build version as all builds have been considered…
Browse files Browse the repository at this point in the history
… unstable for years
  • Loading branch information
buthed010203 committed Nov 28, 2023
1 parent e39cffe commit d4d67fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
id: time
uses: 1466587594/get-current-time@v2
with:
format: "[${{env.SLUG}}], MMM. D, YYYY [Unstable]" # Pulls the tag name and current date to produce clientVersion > v1.0.0, Jan. 1, 1970
format: "[${{env.SLUG}}], MMM. D, YYYY"
#format: "[${{env.SLUG}}], MMM. D, YYYY [Unstable]" # Pulls the tag name and current date to produce clientVersion > v1.0.0, Jan. 1, 1970

- name: Run Tests
run: ./gradlew tests:cleanTest tools:pack tests:test desktop:dist -PupdateUrl=mindustry-antigrief/mindustry-client-v7-builds -PassetUrl=mindustry-antigrief/mindustry-client -PassetRef=${{ env.SLUG }} -PclientVersion="${{ steps.time.outputs.formattedTime }}" --parallel
Expand Down

0 comments on commit d4d67fe

Please sign in to comment.