Skip to content

Commit d5ef55b

Browse files
Bump version to v1.1.0
1 parent 5a385f8 commit d5ef55b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN go build -o /src/app -ldflags="-w -s" .
55
FROM gcr.io/distroless/base
66

7-
LABEL version="1.0.1"
7+
LABEL version="1.1.0"
88
LABEL maintainer="wrench"
99
LABEL repository="https://github.com/EverythingSuckz/github-telegram-notify"
1010
LABEL homepage="https://github.com/EverythingSuckz/github-telegram-notify"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the following lines of code in your YML file.
2323

2424
```sh
2525
- name: Notify the commit on Telegram
26-
uses: EverythingSuckz/github-telegram-notify@v1.0.0
26+
uses: EverythingSuckz/github-telegram-notify@main
2727
with:
2828
bot_token: '${{ secrets.BOT_TOKEN }}'
2929
chat_id: '${{ secrets.CHAT_ID }}'

0 commit comments

Comments
 (0)