We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ef341 commit 2ce4ba8Copy full SHA for 2ce4ba8
2 files changed
.github/workflows/release.yml
@@ -4,12 +4,16 @@ on:
4
push:
5
tags:
6
- 'v*'
7
+ branches:
8
+ - main
9
10
jobs:
11
build:
12
permissions: write-all
13
runs-on: ubuntu-latest
14
steps:
15
+ - name: Print all environment variables
16
+ run: env
17
- name: Checkout
18
uses: actions/checkout@v4
19
if: startsWith(github.ref, 'refs/tags/')
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wordpress",
3
- "version": "3.2.2-beta.5",
+ "version": "3.2.2-beta.6",
"description": "一个基于 `vitepress` 搭建的个人博客 👍",
"scripts": {
"start": "npm run dev",
0 commit comments