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

0.7.x publish pipeline is broken (unable to create git tag) #96

Open
khorolets opened this issue Dec 11, 2023 · 0 comments
Open

0.7.x publish pipeline is broken (unable to create git tag) #96

khorolets opened this issue Dec 11, 2023 · 0 comments
Labels
bug Something isn't working CI/CD

Comments

@khorolets
Copy link
Member

During the release of 0.7.4, the pipeline that creates a Git tag appeared to be broken with the logs:

2023-12-11T09:01:19.3345586Z info published near-lake-framework v0.7.4
2023-12-11T09:01:19.3346284Z info success ok
2023-12-11T09:01:19.3394416Z [post run] current latest git tag is "v0.7.4"
2023-12-11T09:01:19.3415469Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2023-12-11T09:01:19.3441339Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2023-12-11T09:01:19.3515435Z ##[group]Run git push --tags
2023-12-11T09:01:19.3515869Z �[36;1mgit push --tags�[0m
2023-12-11T09:01:19.3550710Z shell: /usr/bin/bash -e {0}
2023-12-11T09:01:19.3551064Z env:
2023-12-11T09:01:19.3551402Z   CARGO_TERM_COLOR: always
2023-12-11T09:01:19.3551723Z   GIT_PREVIOUS_TAG: 0.7.3
2023-12-11T09:01:19.3552092Z   GIT_LATEST_TAG: v0.7.4
2023-12-11T09:01:19.3552441Z ##[endgroup]
2023-12-11T09:01:19.4670173Z remote: Permission to near/near-lake-framework-rs.git denied to github-actions[bot].
2023-12-11T09:01:19.4671824Z fatal: unable to access 'https://github.com/near/near-lake-framework-rs/': The requested URL returned error: 403
2023-12-11T09:01:19.4687308Z ##[error]Process completed with exit code 128.

ref: https://github.com/near/near-lake-framework-rs/actions/runs/7165060884/job/19506324787

@khorolets khorolets added bug Something isn't working CI/CD labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD
Projects
None yet
Development

No branches or pull requests

1 participant