pascalgn / npm-publish-action

GitHub action to automatically publish packages to npm
MIT License
221 stars 29 forks source link

Add context output after run #20

Closed GreenDjango closed 3 years ago

GreenDjango commented 4 years ago

For link other actions, it would be useful to have a output to know if is a new version and if the new tag is created.

eg:

Know it's possible with process.stdout.write(`::set-output name=changed::${ some_value }\` + os.EOL).

pascalgn commented 3 years ago

Agree! Do you like to create a PR for this?