Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt committed Dec 31, 2024
1 parent 5102c49 commit 553ac17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
run: npm run build --if-present
- name: Push build
run: |
oras push ghcr.io/${{ github.repository}}:${PROJECT_VERSION} dist
MANIFEST=$(oras manifest fetch ghcr.io/${{ github.repository}}:${PROJECT_VERSION})
oras push ghcr.io/${{ github.repository}}/package:${PROJECT_VERSION} dist
MANIFEST=$(oras manifest fetch ghcr.io/${{ github.repository}}/package:${PROJECT_VERSION})
echo "artifact_sha256=$(echo $MANIFEST | jq -r '.layers[0].digest')" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 553ac17

Please sign in to comment.