Skip to content

Commit 2d0ad1c

Browse files
committed
Ready to be 3.3.0
1 parent 00bd7d0 commit 2d0ad1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
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.3.0-alpha0"
91+
image: "docker://ghcr.io/dena/unity-meta-check/unity-meta-check-gh-action:3.3.0"
9292
args:
9393
- "-inputs-json"
9494
- "${{ toJSON(inputs) }}"

version/version.go

+1-1
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.3.0-alpha0"
4+
const Version = "3.3.0"

0 commit comments

Comments
 (0)