File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- name : Checkout
11
11
uses : actions/checkout@v2
12
- - name : Verify commit exists in origin/main
13
- run : |
14
- git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
15
- git branch --remote --contains | grep origin/main
12
+ # - name: Verify commit exists in origin/main
13
+ # run: |
14
+ # git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
15
+ # git branch --remote --contains | grep origin/main
16
+ # - name: Set VERSION variable from tag
17
+ # run: echo "VERSION=${GITHUB_REF/refs\/tags\/}" >> $GITHUB_ENV
16
18
- name : Set VERSION variable from tag
17
- run : echo "VERSION=${GITHUB_REF/refs\/tags\/} " >> $GITHUB_ENV
19
+ run : echo "VERSION=3.3.0 " >> $GITHUB_ENV
18
20
- name : Build
19
21
run : dotnet build -c Release
20
22
- name : Pack
You can’t perform that action at this time.
0 commit comments