You've already forked helm-gitea
asd
This commit is contained in:
@@ -112,7 +112,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }}
|
GITEA_REGISTRY_TOKEN: ${{ secrets.GT_PACKAGE_REGISTRY_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
for package in "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz"*; do
|
for package in *"${PACKAGE_VERSION}.tgz"*; do
|
||||||
curl \
|
curl \
|
||||||
--fail \
|
--fail \
|
||||||
--show-error \
|
--show-error \
|
||||||
|
|||||||
Reference in New Issue
Block a user