This commit is contained in:
parent
73625c4807
commit
8d77652523
@ -65,8 +65,6 @@ jobs:
|
||||
echo "INFO: Install awscli via python pip"
|
||||
pip install awscli --break-system-packages
|
||||
|
||||
|
||||
|
||||
# - name: Import GPG key
|
||||
# id: import_gpg
|
||||
# uses: https://github.com/crazy-max/ghaction-import-gpg@v6
|
||||
@ -79,8 +77,6 @@ jobs:
|
||||
env:
|
||||
YQ_VERSION: v4.45.4 # renovate: datasource=github-releases depName=mikefarah/yq
|
||||
run: |
|
||||
|
||||
|
||||
NEW_TAG="$(git tag --sort=-version:refname | head -n 1)"
|
||||
OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 1)"
|
||||
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user