Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set output #67

Merged
merged 3 commits into from
May 26, 2024
Merged

set output #67

merged 3 commits into from
May 26, 2024

Conversation

jasonkarns
Copy link
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
18 checks passed
@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