Skip to content

Commit

Permalink
fix typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Jan 7, 2025
1 parent b624c62 commit aeff33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
PACKAGE_ID=$(echo $PACKAGE_TO_DELETE | jq .id)
echo "Deleting ${PACKAGE_ID}"
gh api --method DELETE /user/packages/container/k3k/versions/${PACKAGE_ID}
gh api --method DELETE /user/packages/container/${package}/versions/${PACKAGE_ID}
done
- name: Delete Github release
Expand Down

0 comments on commit aeff33c

Please sign in to comment.