We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bd7d0 commit 2d0ad1cCopy full SHA for 2d0ad1c
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.3.0-alpha0"
+ image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.3.0"
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.3.0-alpha0"
+const Version = "3.3.0"
0 commit comments