Skip to content

Commit

Permalink
Merge branch 'main' of github.com:terwer/src-sy-post-publisher into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 27, 2023
2 parents 576e72a + 4814932 commit f68d567
Show file tree
Hide file tree
Showing 3 changed files with 1,776 additions and 1,667 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: ${{ steps.release.outputs['packages/package-a--release_created'] }}

# create tag
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"vite": "^3.0.0",
"vite-plugin-require-transform": "^1.0.4",
"vite-plugin-virtual-mpa": "^1.2.2",
"vitest": "^0.28.2",
"vitest": "^0.29.1",
"vue-tsc": "^1.0.10"
},
"lint-staged": {
Expand Down

0 comments on commit f68d567

Please sign in to comment.