diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ea2eaa..7ee0675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: echo "ready=true" >> "$GITHUB_OUTPUT" else echo "newest release $tag predates the rename, so it has no skrog_* asset." - echo "Skipping the download jobs until v0.4.0 is published." + echo "Skipping the download jobs until an app release with skrog_* assets exists." echo "ready=false" >> "$GITHUB_OUTPUT" fi diff --git a/action.yml b/action.yml index 917059d..69fe468 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ branding: inputs: version: - description: 'Skrog release to install (e.g. 0.3.0). "latest" resolves the newest release.' + description: 'Skrog release to install (e.g. 0.4.1). "latest" resolves the newest release.' required: false default: 'latest' lockfile: