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 Action Error: Unable to resolve action zoexx/github-action-json-file-properties@release, unable to find version release #8

Closed
gayantharaka opened this issue Feb 15, 2024 · 6 comments

Comments

@gayantharaka
Copy link

First of all thank you for your contribution. Our GitHub Action just started failing with the following message:
Error: Unable to resolve action zoexx/github-action-json-file-properties@release, unable to find version release.
Our GitHub Action was working as expected before and today we got this error. Using checkout@v2 but I don't think that is the reason for this.

uses: actions/checkout@v2 

- name: some_data: 
id :some_data 
uses: zoexx/github-action-json-file-properties@release

Does this issue have anything to do with latest update to this project? I went through this issue related to another project here: psf/black#2079.
Kindly check this. Thank you.

@trueberryless
Copy link

Same problem here: https://github.com/trueberryless-org/mutanuq/actions/runs/7912219925/workflow
This is a really nice action, for a moment I thought it would be achieved... Thank good, it is still alive xD

@trueberryless
Copy link

I temporarily used tag 1.0.6 and it works find... Maybe the release tag was removed?

      - name: read_json
        if: ${{ env.FILE_EXISTS == 'true' }}
        id: version
        uses: zoexx/github-action-json-file-properties@1.0.6
        with:
          file_path: ".github/artifacts/version.json"

@zoexx
Copy link
Owner

zoexx commented Feb 15, 2024

Sorry, it's my bad, I forget that @release was pointed to the git branch release, I deleted release branch because wanna save time maintaining multiple branches. Just recovered. @gayantharaka @trueberryless

@zoexx zoexx closed this as completed Feb 15, 2024
@gayantharaka
Copy link
Author

@trueberryless Great! Yes this is a good library. Anyway I had to wait for a fix because changing this from our side takes huge effort. @zoexx Thank you!

@zoexx
Copy link
Owner

zoexx commented Feb 20, 2024

@trueberryless Great! Yes this is a good library. Anyway I had to wait for a fix because changing this from our side takes huge effort. @zoexx Thank you!

hey @gayantharaka , I've submit the changes, does the issue fixed?

@gayantharaka
Copy link
Author

gayantharaka commented Feb 20, 2024 via email

@github-staff github-staff deleted a comment from carlosfgti May 11, 2024
@github-staff github-staff deleted a comment from carlosfgti May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants