Skip to content

Commit 72f4d39

Browse files
feat(ref: no-ref): fix path
1 parent 9b6b150 commit 72f4d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Extract version
3333
id: get_version
3434
run: |
35-
VERSION=$(node -p "require('./dist/ngx-mask-lib/package.json').version")
35+
VERSION=$(node -p "require('./dist/ngx-copypaste-lib/package.json').version")
3636
echo "version=$VERSION" >> $GITHUB_OUTPUT
3737
3838
slack_notification:

0 commit comments

Comments
 (0)