Skip to content

Commit

Permalink
fix: Fix publish library workflow to mark the latest library version …
Browse files Browse the repository at this point in the history
…as "latest" (#347)
  • Loading branch information
cgero-eth authored Nov 25, 2024
1 parent e18a58b commit 8d9b4c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Publish library
run: |
yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }}
yarn npm publish --tag ${{ steps.package-version.outputs.current-version }} --access public
yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Read changelog entry for version
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed

- Fix command to publish library to correctly mark as `latest` the latest library version

## [1.0.55] - 2024-11-22

### Added
Expand Down

0 comments on commit 8d9b4c3

Please sign in to comment.