Skip to content

Commit

Permalink
readme: fix broken badge
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Jul 6, 2024
1 parent 89d819a commit 15005fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: release the project
- name: Release the project
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Raccoon

![build workflow](https://github.com/raystack/raccoon/actions/workflows/build.yaml/badge.svg)
![package workflow](https://github.com/raystack/raccoon/actions/workflows/package.yaml/badge.svg)
![package workflow](https://github.com/raystack/raccoon/actions/workflows/release.yaml/badge.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache)](LICENSE)
[![Version](https://img.shields.io/github/v/release/raystack/raccoon?logo=semantic-release)](Version)

Expand Down

0 comments on commit 15005fd

Please sign in to comment.