Skip to content

Commit

Permalink
feat(ref: no-ref): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Nov 22, 2024
1 parent 9b6b150 commit 72f4d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Extract version
id: get_version
run: |
VERSION=$(node -p "require('./dist/ngx-mask-lib/package.json').version")
VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
echo "version=$VERSION" >> $GITHUB_OUTPUT
slack_notification:
Expand Down

0 comments on commit 72f4d39

Please sign in to comment.