Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
a909313eaf
Merge c625e76c0f into 4af9f88382 2024-12-05 22:59:27 +00:00
renovate[bot]
c625e76c0f
deps: update codecov/codecov-action digest to 7f8b4b4 2024-12-05 22:59:26 +00:00
renovate[bot]
4af9f88382
deps: update registry.gitlab.com/gitlab-org/release-cli docker tag to v0.20.0 (#119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-04 01:30:33 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- name: Upload results to Codecov
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

View file

@ -6,7 +6,7 @@ stages: [ release ]
# and create a corresponding GitLab Release.
create-release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:v0.19.0
image: registry.gitlab.com/gitlab-org/release-cli:v0.20.0
script: echo "Creating release $CI_COMMIT_TAG"
rules:
- if: $CI_COMMIT_TAG