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

Github Actions : deprecated env command #29

Closed
manuchandrasekhar opened this issue Dec 3, 2020 · 3 comments
Closed

Github Actions : deprecated env command #29

manuchandrasekhar opened this issue Dec 3, 2020 · 3 comments
Labels
question Further information is requested

Comments

@manuchandrasekhar
Copy link

As of Dec 1st, the GitHub actions pipelines using set-env were failing due to the change in the GitHub actions handling the environment vars.

  • version used: jfrog/setup-jfrog-cli@v1.0.5

Does the latest version of the jfrog action support environment files or is it still using set-env ? below are some of the failures noticed with the rt upload.

Screen Shot 2020-12-03 at 6 26 47 PM
Screen Shot 2020-12-03 at 6 27 05 PM

@manuchandrasekhar manuchandrasekhar added the question Further information is requested label Dec 3, 2020
@eyalbe4
Copy link
Contributor

eyalbe4 commented Dec 4, 2020

Thank you for sharing this information @manuchandrasekhar! We'll look into this soon.

@yahavi
Copy link
Member

yahavi commented Dec 4, 2020

@manuchandrasekhar
This issue is already resolved in the latest version v1.1.0. Feel free to upgrade.

Explanation
Before 1.1.0, we used @actions/core dependency v1.2.1. As can be seen here, this issue is resolved in @actions/core v1.2.6. Therefore in setup-jfrog-cli v1.1.0 we upgraded @actions/core to v1.2.6.

We'd appreciate your feedback on that.

By the way, to constantly receive our latest non-breaking changes and fixes, you can use the @v1 tag, for example:

- uses: jfrog/setup-jfrog-cli@v1
- run: jfrog --version

@manuchandrasekhar
Copy link
Author

Thank you for the quick response on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants