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

chore: replace set-output #168

Merged
merged 1 commit into from Oct 24, 2022
Merged

Conversation

brunopascottini
Copy link
Contributor

GitHub Actions: Deprecating save-state and set-output commands.

GitHub actions using the mentioned commands will start to fail from 1st of June of 2023.
Reference

@github-actions
Copy link

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

@@ -83,7 +83,7 @@ runs:
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
npm version --no-git-tag-version ${{ inputs.semver }}
echo "::set-output name=PACKAGE_VERSION::$(echo $(node -p "require('./package.json').version"))"
echo "PACKAGE_VERSION=$(echo $(node -p "require('./package.json').version"))" >> $GITHUB_OUTPUT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you check if this command still works properly? I realize it's very similar to the previous one, but the nested double quotes are a little suspicious

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running the shell command in this same repository gets "PACKAGE_VERSION=3.2.4", which is correct

@simoneb simoneb merged commit 14ac465 into main Oct 24, 2022
@simoneb simoneb deleted the chore-set-output-github-deprecation branch October 24, 2022 14:54
@github-actions github-actions bot mentioned this pull request Nov 1, 2022
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.

None yet

2 participants