Skip to content

Commit

Permalink
Remove redundant repo owner from package name
Browse files Browse the repository at this point in the history
Repo already contains repo owner

Signed-off-by: Nic Cope <[email protected]>
  • Loading branch information
negz committed Oct 22, 2023
1 parent 96d11c4 commit ac00fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}

# The package to push, without a version tag.
XPKG: xpkg.upbound.io/${{ github.repository_owner}}/${{ github.repository}}
XPKG: xpkg.upbound.io/${{ github.repository}}
XPKG_VERSION: ${{ inputs.version }}

jobs:
Expand Down

0 comments on commit ac00fd0

Please sign in to comment.