set-env deprecation warning
bcomnes opened this issue · 3 comments
bcomnes commented
Looks like this action is triggering the following warning:
Warning: The `set-env` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Maybe just a matter of updating deps?
ahmetkaftan commented
Now it's an error:
Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
bcomnes commented
This was blocking my deploys yesterday so I decided to fork.
olegtarasov commented
Hey guys, sorry it took so much time for me to get to this issue. The problem is now fixed, just use olegtarasov/get-tag@v2.1
.