Skip to content

Commit

Permalink
Revert "Test commit"
Browse files Browse the repository at this point in the history
This reverts commit bc5c62e.
  • Loading branch information
oscarhermoso committed Jul 21, 2023
1 parent bc5c62e commit 94c4dea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
scope: '@kedyou'
- name: Build and publish
run: |
$version = npm view @kedyou/mathlive version
npm version --no-git-tag-version $version
npm version --no-git-tag-version "$(npm view @kedyou/mathlive version)"
npm version --no-git-tag-version --preid=kedyou prerelease
npm ci
npm publish
echo "::set-env name=VERSION::$version"
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 94c4dea

Please sign in to comment.