mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-09-07 08:31:55 +03:00
fix: restore tests on a private repository
https://code.forgejo.org/forgejo/release-notes-assistant/releases/tag/v1.4.0
This commit is contained in:
parent
5d24b53805
commit
13bbe6a975
2 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ if ${VERBOSE:-false}; then set -x; fi
|
|||
: ${RETRY:=1}
|
||||
: ${DELAY:=10}
|
||||
|
||||
RELEASE_NOTES_ASSISTANT_VERSION=v1.3.6 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
|
||||
RELEASE_NOTES_ASSISTANT_VERSION=v1.4.0 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
|
||||
|
||||
TAG_FILE="$TMP_DIR/tag$$.json"
|
||||
TAG_URL=$(echo "$TAG" | sed 's/\//%2F/g')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue