Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 289f481

Browse files
SelemondevSelemondev
authored andcommitted
chore: test github action
1 parent a725af4 commit 289f481

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/update-readme.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Update Table in README on nuxt-ui-vue Version Change
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
update-readme-table:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout Repository
14+
uses: actions/checkout@v2
15+
16+
- name: Update README Table
17+
run: node .github/scripts/update-readme-table.ts
18+
env:
19+
README_PATH: README.md

packages/nuxt-ui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-ui-vue",
3-
"version": "0.1.7",
3+
"version": "0.1.12",
44
"private": false,
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)