Skip to content

Commit

Permalink
Amend release description
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Nov 13, 2023
1 parent 54bc164 commit ea824e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
node-version-file: .nvmrc
registry-url: https://registry.npmjs.org
- name: Release Production to Sonatype
- name: Release Production to Sonatype and NPM
run: |
VERSION=$(git describe --tags | cut -f2 -d"@")
if [[ ${VERSION:0:1} == "v" ]] ; then
Expand Down

0 comments on commit ea824e1

Please sign in to comment.