From d5ef55bf7a55a1923f143bc6c796c67f9f368ee7 Mon Sep 17 00:00:00 2001 From: wrench Date: Tue, 9 Aug 2022 15:39:51 +0530 Subject: [PATCH] Bump version to `v1.1.0` --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aceece9..5c08414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/README.md b/README.md index 123bf0a..9aaf602 100644 --- a/README.md +++ b/README.md @@ -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 }}'