Skip to content

Commit 61e17b2

Browse files
Bump up version to v0.3
1 parent d1f34b1 commit 61e17b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- '*'
2121

2222
env:
23-
VERSION: 0.2.1.${{ github.run_number }}
23+
VERSION: 0.3.1.${{ github.run_number }}
2424

2525
jobs:
2626
build:

.github/workflows/release-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
publish:
88
uses: ./.github/workflows/release-template.yml
99
with:
10-
version: 0.2.1.${{ github.run_number }}-preview
11-
secrets: inherit
10+
version: 0.3.1.${{ github.run_number }}-preview
11+
secrets: inherit

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
publish:
1111
uses: ./.github/workflows/release-template.yml
1212
with:
13-
version: 0.2.${{ github.run_number }}
14-
secrets: inherit
13+
version: 0.3.${{ github.run_number }}
14+
secrets: inherit

0 commit comments

Comments
 (0)