Skip to content

Commit c02c119

Browse files
authored
Update codeql-analysis.yml
1 parent b4e71e0 commit c02c119

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: '0 19 * * 0'
1111

1212
env:
13-
VERSION: ''
13+
VERSION: '1.0.0'
1414
BRANCH: ''
1515

1616
jobs:
@@ -53,13 +53,9 @@ jobs:
5353
#- run: |
5454
# make bootstrap
5555
# make release
56-
- uses: dotnet/nbgv@master
57-
with:
58-
setAllVars: true
59-
- name: Setting VERSION and BRANCH env
60-
run: |
61-
echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
62-
echo "::set-env name=BRANCH::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
56+
- name: Setting BRANCH env
57+
run: echo "::set-env name=BRANCH::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
58+
6359
- name: Update tokens in project files
6460
uses: cschleiden/replace-tokens@v1
6561
with:

0 commit comments

Comments
 (0)