We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820d491 commit 5935c00Copy full SHA for 5935c00
action.yml
@@ -88,7 +88,7 @@ inputs:
88
89
runs:
90
using: "docker"
91
- image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.1.2-alpha0"
+ image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.1.2"
92
args:
93
- "-inputs-json"
94
- "${{ toJSON(inputs) }}"
version/version.go
@@ -1,4 +1,4 @@
1
package version
2
3
// NOTE: Also edit the image tag in action.yml
4
-const Version = "3.1.2-alpha0"
+const Version = "3.1.2"
0 commit comments