Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Sep 9, 2024
1 parent 4f1daf3 commit 39da224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TheTestRoom

run-name: 0.1.0.${{ github.run_number }}
run-name: 0.1.1.${{ github.run_number }}

on:
push:
Expand All @@ -18,7 +18,7 @@ env:
_RELEASE_NAME: TheTestRoom
_RELEASE_VERSION: v0
_BUILD_BRANCH: "${{ github.ref }}"
_BUILD_VERSION: "0.1.0.${{ github.run_number }}"
_BUILD_VERSION: "0.1.1.${{ github.run_number }}"
# GIT: Fix reporting from stderr to stdout
GIT_REDIRECT_STDERR: 2>&1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![License](https://img.shields.io/github/license/tsunamods-codes/the-test-room) ![Overall Downloads](https://img.shields.io/github/downloads/tsunamods-codes/the-test-room/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/tsunamods-codes/the-test-room/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/tsunamods-codes/the-test-room/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/tsunamods-codes/the-test-room/actions/workflows/main-0.1.0.yml/badge.svg?branch=main)
![License](https://img.shields.io/github/license/tsunamods-codes/the-test-room) ![Overall Downloads](https://img.shields.io/github/downloads/tsunamods-codes/the-test-room/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/tsunamods-codes/the-test-room/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/tsunamods-codes/the-test-room/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/tsunamods-codes/the-test-room/actions/workflows/main-0.1.1.yml/badge.svg?branch=main)

# The Test Room

Expand Down

0 comments on commit 39da224

Please sign in to comment.