From 38e06a91c26362ed418b37ea458c2f450bef2608 Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Fri, 17 Feb 2023 22:52:54 +0200 Subject: [PATCH] docs(README): update version number (#454) --- .github/workflows/publish.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66715fb63..6a877fe77 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: # Store the name of the release # See https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - run: npm i + - run: npm ci - run: npm version $RELEASE_VERSION --no-git-tag-version - run: npm publish --access public env: diff --git a/README.md b/README.md index 3f792ff31..d1c19ac55 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The **DynamoDB Toolbox** is a set of tools that makes it easy to work with [Amaz ## Why single table design? Learn more about single table design in [Alex Debrie's blog](https://www.alexdebrie.com/posts/dynamodb-single-table). -## Version 0.6 🙌 +## Version 0.7 🙌 Feedback is welcome and much appreciated! (Huge thanks to [@ThomasAribart](https://github.com/ThomasAribart) for all his work on this 🙌)