fix: broken release (#687)

This commit is contained in:
Michael Kriese 2023-02-03 11:55:24 +01:00 committed by GitHub
parent bf8b93a565
commit 0a8bd9aa4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 40 deletions

View file

@ -1,7 +1,4 @@
import * as core from '@actions/core';
import Docker from './docker';
import { Input } from './input';
const input = new Input();
const docker = new Docker(input);
core.setOutput('version', docker.version());
core.setOutput('version', Docker.version());