We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f34b1 commit 61e17b2Copy full SHA for 61e17b2
.github/workflows/build.yml
@@ -20,7 +20,7 @@ on:
20
- '*'
21
22
env:
23
- VERSION: 0.2.1.${{ github.run_number }}
+ VERSION: 0.3.1.${{ github.run_number }}
24
25
jobs:
26
build:
.github/workflows/release-preview.yml
@@ -7,5 +7,5 @@ jobs:
7
publish:
8
uses: ./.github/workflows/release-template.yml
9
with:
10
- version: 0.2.1.${{ github.run_number }}-preview
11
- secrets: inherit
+ version: 0.3.1.${{ github.run_number }}-preview
+ secrets: inherit
.github/workflows/release.yml
@@ -10,5 +10,5 @@ jobs:
12
13
- version: 0.2.${{ github.run_number }}
14
+ version: 0.3.${{ github.run_number }}
0 commit comments