Skip to content

Commit 5935c00

Browse files
committed
Ready to be 3.1.2
1 parent 820d491 commit 5935c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ inputs:
8888

8989
runs:
9090
using: "docker"
91-
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.1.2-alpha0"
91+
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.1.2"
9292
args:
9393
- "-inputs-json"
9494
- "${{ toJSON(inputs) }}"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// NOTE: Also edit the image tag in action.yml
4-
const Version = "3.1.2-alpha0"
4+
const Version = "3.1.2"

0 commit comments

Comments
 (0)