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 31b2b6c commit b84984eCopy full SHA for b84984e
1 file changed
.github/workflows/NUGET-PUSH.yml
@@ -1,4 +1,4 @@
1
-name: RELEASE
+name: NUGET-PUSH
2
3
on:
4
push:
@@ -8,8 +8,8 @@ on:
8
- '.github/.force-nuget-push'
9
10
env:
11
- VERSION: 0.0.0
12
- BRANCH: ''
+ VERSION: ''
+ BRANCH: 'master'
13
14
jobs:
15
build:
@@ -23,9 +23,7 @@ jobs:
23
with:
24
setAllVars: true
25
- name: Setting VERSION and BRANCH env
26
- run: |
27
- echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
28
- echo "::set-env name=BRANCH::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
+ run: echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
29
- name: Update tokens in project files
30
uses: cschleiden/replace-tokens@v1
31
0 commit comments