Skip to content

Commit

Permalink
Publish release with kedyou suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhermoso committed Feb 26, 2024
1 parent 078136e commit a1ea0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: "https://npm.pkg.github.com"
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: "@kedyou"
scope: '@kedyou'
- name: Build and publish
run: |
npm version --no-git-tag-version ${{ github.event.release.tag_name }}
npm version --allow-same-version --no-git-tag-version ${{ github.event.release.tag_name }}
npm ci
npm publish
env:
Expand Down

0 comments on commit a1ea0a9

Please sign in to comment.