We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code:
- name: Release uses: avakar/tag-and-release@v1 with: tag_name: v${{ steps.getversion.outputs.version }} release_name: release_${{ steps.getversion.outputs.version }} env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
results in the error:
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
The text was updated successfully, but these errors were encountered:
Seems to be caused by the particular version of the github action in use: octokit problem
Sorry, something went wrong.
Did you find a fix for this? I'm running the latest version (zaproxy/[email protected]).
I don't remember. However, looking at the current version of the repositories, it seems I do not use this action anymore.
No branches or pull requests
Code:
results in the error:
The text was updated successfully, but these errors were encountered: