Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Dec 1, 2022
1 parent 1199fab commit 4ad8b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
PRERELEASE: ${{ (fromJSON(steps.release.outputs.result).prerelease && format('--tag {0}', env.PRERELEASE_TAG)) || '' }}
run: |
npm run build
npm publish --tag ${{ env.TAG_NAME }} ${{ env.PRERELEASE }}
npm publish --dry-run --tag ${{ env.TAG_NAME }} ${{ env.PRERELEASE }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabricjs-tagging-ci",
"version": "1.2.1-beta.6",
"version": "1.2.1-beta.7",
"description": "Repo for testing tagging, releasing etc. via CI",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 4ad8b64

Please sign in to comment.