Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Aug 9, 2022
1 parent 5a385f8 commit d5ef55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN go build -o /src/app -ldflags="-w -s" .
FROM gcr.io/distroless/base

LABEL version="1.0.1"
LABEL version="1.1.0"
LABEL maintainer="wrench"
LABEL repository="https://github.com/EverythingSuckz/github-telegram-notify"
LABEL homepage="https://github.com/EverythingSuckz/github-telegram-notify"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the following lines of code in your YML file.

```sh
- name: Notify the commit on Telegram
uses: EverythingSuckz/github-telegram-notify@v1.0.0
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'
Expand Down

0 comments on commit d5ef55b

Please sign in to comment.