Skip to content

Commit

Permalink
docs(README): update version number (dynamodb-toolbox#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Feb 17, 2023
1 parent 8c89d80 commit 38e06a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🙌 <!-- omit in toc -->
## Version 0.7 🙌 <!-- omit in toc -->

Feedback is welcome and much appreciated! (Huge thanks to [@ThomasAribart](https://github.com/ThomasAribart) for all his work on this 🙌)

Expand Down

0 comments on commit 38e06a9

Please sign in to comment.