-
Notifications
You must be signed in to change notification settings - Fork 6
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
Getting error while giving the tag name. #127
Comments
@LakshmiRavali |
I did the same thing and got the same error: Action: - name: update release
id: update_release
uses: tubone24/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ steps.package-version.outputs.version }}
with:
body: test
Error:
im 100% sure i put correct TAG_NAME Also my repo is private |
I am using this github action like below:
I am getting below error:
The text was updated successfully, but these errors were encountered: