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 5030d18 commit 147237eCopy full SHA for 147237e
.github/workflows/pr-validation.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
jobs:
11
- Build:
+ build-and-test:
12
runs-on: windows-latest
13
steps:
14
- uses: actions/checkout@v2
.github/workflows/release.yml
+ build-and-release:
@@ -23,7 +23,7 @@ jobs:
23
echo ("VERSION=" + $versionMatch) >> $env:GITHUB_ENV
24
echo "Found version $versionMatch"
25
26
- - name: Create GitHub releease
+ - name: Create GitHub release
27
if: ${{ github.ref_name == 'main' }}
28
uses: "marvinpinto/action-automatic-releases@latest"
29
with:
0 commit comments