Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Fixes the following error observed

```
Run oras-project/setup-oras@v1
official ORAS CLI releases does not contain version 1.2
Error: Error: official ORAS CLI releases does not contain version 1.2
```
  • Loading branch information
simar7 authored Jan 21, 2025
1 parent 1e00438 commit 23270ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: oras-project/setup-oras@v1
with:
version: 1.2
version: 1.2.1

- name: Login to GitHub Packages Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 23270ac

Please sign in to comment.