From 71d9e1d9debf02683202c5cbb2ab72cd7abd8abc Mon Sep 17 00:00:00 2001 From: Zack Date: Tue, 21 Apr 2020 22:18:22 -0500 Subject: [PATCH 1/2] Readme.md add badge to be cool --- .github/workflows/workflow.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ab38b5a..56593e7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,8 +22,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v1.0.0 - release_name: Release v1.0.0 + tag_name: v1.0.1 + release_name: Release v1.0.1 draft: false prerelease: false - name: Upload Release Asset diff --git a/README.md b/README.md index de7050c..b10f4ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg) - +![Release Artifacts](https://github.com/ZackBorton/LocalstackSample/workflows/Release%20Artifacts/badge.svg) # Practice for AWS developer certificate * https://aws.amazon.com/certification/certified-developer-associate/ * Uses localstack to get more familiar with the AWS SDK From 60b39f327591cfd3153dd2c2310b8bd23f699dcd Mon Sep 17 00:00:00 2001 From: Zack Date: Tue, 21 Apr 2020 22:22:16 -0500 Subject: [PATCH 2/2] V1.0.2 Readme.md add badge to be cool --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 56593e7..9e7523f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,8 +22,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v1.0.1 - release_name: Release v1.0.1 + tag_name: v1.0.2 + release_name: Release v1.0.2 draft: false prerelease: false - name: Upload Release Asset