diff --git a/Makefile b/Makefile index a3fe17c..f57fdf1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ phony: help # Release tag for the action - use environment variable or fall back to latest git tag -VERSION := $(or $(VERSION),$(shell git describe --tags --abbrev=0 2>/dev/null || echo "v0.11.0")) +VERSION := $(or $(VERSION),$(shell git describe --tags --abbrev=0 2>/dev/null || echo "v0.11.1")) # GitHub Actions bogus variables GITHUB_REF ?= refs/heads/null diff --git a/action.yml b/action.yml index 7e62dea..c8b9460 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ outputs: description: Name of the branch code was pushed into runs: using: docker - image: docker://devopsinfra/action-commit-push:v0.11.0 + image: docker://devopsinfra/action-commit-push:v0.11.1 env: GITHUB_TOKEN: ${{ inputs.github_token }} branding: