Skip to content

set output#67

Merged
jasonkarns merged 3 commits intomainfrom
set-output
May 26, 2024
Merged

set output#67
jasonkarns merged 3 commits intomainfrom
set-output

Conversation

@jasonkarns
Copy link
Copy Markdown
Member

@jasonkarns jasonkarns commented May 26, 2024

  • bump to latest actions/core
  • npm broke package env vars
  • fix git-commit command

This should hopefully resolve #63

For anyone watching at home, npm broke their package-json-flattening-as-env behavior. So npm_package_actions was no longer a valid env var. And instead of failing on the reference, it just quietly replaced with empty string. So npm breaks a long-standing feature. And their shell setup still doesn't use -u to help guard unset env vars.

So with the prepare script no longer actually, ya know, PREPARING ANYTHING, the npm ci step was now essentially a noop. Which meant the build.yml workflow was quietly broken as well.

thanks npm.

Git was taking the -S keyid as filepaths and failing
@jasonkarns jasonkarns merged commit 676c312 into main May 26, 2024
@jasonkarns jasonkarns deleted the set-output branch May 26, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

set-output is deprecated

1 participant