diff --git a/.github/workflows/nuget-release.yml b/.github/workflows/nuget-release.yml index 6d95d52a..547a9c65 100644 --- a/.github/workflows/nuget-release.yml +++ b/.github/workflows/nuget-release.yml @@ -2,7 +2,7 @@ name: Nuget Release on: release: - types: [ published ] + types: [published] jobs: build: diff --git a/README.md b/README.md index a4f2a0cf..3f3ba16c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -[![license](https://img.shields.io/github/license/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries) +[![license](https://img.shields.io/github/license/redis/NRedisStack.svg)](https://github.com/redis/NRedisStack) [![.github/workflows/integration.yml](https://github.com/redis/NRedisStack/actions/workflows/integration.yml/badge.svg)](https://github.com/redis/NRedisStack/actions/workflows/integration.yml) -[![GitHub issues](https://img.shields.io/github/release/RedisTimeSeries/NRedisTimeSeries.svg)](https://github.com/RedisTimeSeries/NRedisTimeSeries/releases/latest) -[![Codecov](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisTimeSeries/NRedisTimeSeries) -[![Known Vulnerabilities](https://snyk.io/test/github/redis/NRedisStack/badge.svg?targetFile=NRedisStack/NRedisStack.csproj)](https://snyk.io/test/github/RedisTimeSeries/NRedisTimeSeries?targetFile=NRedisTimeSeries/NRedisTimeSeries.csproj) +[![GitHub issues](https://img.shields.io/github/release/redis/NRedisStack.svg)](https://github.com/redis/NRedisStack/releases/latest) # NRedisStack @@ -14,4 +12,4 @@ This project builds on [StackExchange.Redis](https://github.com/StackExchange/St ## API -The complete documentation for Redis module commands can be found at the [Redis commands website](https://redis.io/commands/). \ No newline at end of file +The complete documentation for Redis module commands can be found at the [Redis commands website](https://redis.io/commands/).