Skip to content

Commit

Permalink
Update to real verison
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Jan 11, 2024
1 parent 8724212 commit 405cb6b
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 @@ -2,8 +2,8 @@ name: Publish Package to npmjs

on:
push:
# branches:
# - main
branches:
- main

jobs:
vue-publish:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Check Version Existence
id: check_react_version
run: |
if npm show @canopassoftware/react-file-upload@1.1.36; then
if npm show @canopassoftware/react-file-upload@1.2.0; then
echo "Version already published. Skipping npm publish."
echo "::set-output name=skip_react_publish::true"
else
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canopassoftware/react-file-upload",
"version": "1.1.36",
"version": "1.2.0",
"description": "Show the preview of file and manage files data to upload",
"main": "index.umd.js",
"repository": {
Expand Down

0 comments on commit 405cb6b

Please sign in to comment.