Skip to content

Commit

Permalink
changelog and workflow update (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevitha011 authored May 2, 2024
1 parent 7f4135f commit d6633ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
with:
tag: 'v${{ steps.package-version.outputs.current-version }}'
body: '${{ steps.parse-changelog.outputs.body }}'
# - run: npm publish --access public --dry
# env:
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 1.0.0 - 28.03.2024
## Version 1.0.0 - 02.03.2024

### Added

Expand Down

0 comments on commit d6633ba

Please sign in to comment.