Skip to content

Commit

Permalink
fix: change org name in the patch to change the package visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 14, 2024
1 parent d585a9d commit c732b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
gh api --method PATCH \
-H "Accept: application/vnd.github+json" \
/orgs/YOUR_ORG/packages/container/the-nefarious-developer%2F${{ matrix.variant.IMAGE }}/visibility \
/orgs/The-Nefarious-Developer/packages/container/the-nefarious-developer%2F${{ matrix.variant.IMAGE }}/visibility \
-f visibility=public
# build:
Expand Down

0 comments on commit c732b8c

Please sign in to comment.