Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jan 8, 2025
1 parent 0a1d0a0 commit 783795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ release:
- if: $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+.*/
script:
- *prepare_dist
- *checksums_sign
- *checksums-sign
- npm run release:github
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- npm publish ./dist/splunk-otel-${CI_COMMIT_REF_NAME:1}.tgz
Expand Down

0 comments on commit 783795e

Please sign in to comment.