DataDog / upload-dsyms-github-action

Github Action to upload iOS dSYM files using datadog-ci tool.
MIT License
8 stars 7 forks source link

Unable to find version `v1` #142

Closed farshadtx closed 1 year ago

farshadtx commented 1 year ago

Description: Can't really work with the example version in README.

- name: Upload dSYMs to Datadog
        uses: DataDog/upload-dsyms-github-action@v1
        with:
.
.

Error: Error: Unable to resolve action 'DataDog/upload-dsyms-github-action@v1', unable to find version 'v1'

farshadtx commented 1 year ago

This can get fixed by updating README.

uses: DataDog/upload-dsyms-github-action@v0.1.0

farshadtx commented 1 year ago

but now getting #143