Skip to content

Commit 2ce4ba8

Browse files
committed
update
1 parent 87ef341 commit 2ce4ba8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
branches:
8+
- main
79

810
jobs:
911
build:
1012
permissions: write-all
1113
runs-on: ubuntu-latest
1214
steps:
15+
- name: Print all environment variables
16+
run: env
1317
- name: Checkout
1418
uses: actions/checkout@v4
1519
if: startsWith(github.ref, 'refs/tags/')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress",
3-
"version": "3.2.2-beta.5",
3+
"version": "3.2.2-beta.6",
44
"description": "一个基于 `vitepress` 搭建的个人博客 👍",
55
"scripts": {
66
"start": "npm run dev",

0 commit comments

Comments
 (0)