You've already forked helm-gitea
Compare commits
1 Commits
13.0.0-alp
...
13.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
eb80fdee50
|
@@ -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