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

Deprecation warning for 'set-output' #67

Closed
dht opened this issue Dec 11, 2022 · 2 comments · Fixed by #68
Closed

Deprecation warning for 'set-output' #67

dht opened this issue Dec 11, 2022 · 2 comments · Fixed by #68
Labels
bug Something isn't working

Comments

@dht
Copy link

dht commented Dec 11, 2022

When using the action as follows:

- uses: JS-DevTools/npm-publish@v1
              with:
                  package: ./extra/apps/app-campaigns/package.json
                  token: ${{ secrets.NPM_TOKEN }}
                  access: public

We are getting a warning:

publish The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environ
@oberocks
Copy link

Here's the link to the page from the command line feedback for this issue: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Just hoping this helps, as I've not yet dived into actually writing any actions just yet. But if there's a way I can help please let me know, because this script is awesome for muh lib (cheers and thank you for the package either way!)

@razor-x
Copy link
Collaborator

razor-x commented Jan 2, 2023

I've opened a PR with this update: #68.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants