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 b625019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kedyou/mathlive",
"version": "0.98.6",
"version": "0.98.6-kedyou.0",
"description": "A web component for math input",
"license": "MIT",
"funding": {
Expand Down

0 comments on commit b625019

Please sign in to comment.