Skip to content

Commit e31f2f2

Browse files
committed
hardcoded tag for now
1 parent 86a7b37 commit e31f2f2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/nuget.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ jobs:
99
steps:
1010
- name: Checkout
1111
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
1618
- 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
1820
- name: Build
1921
run: dotnet build -c Release
2022
- name: Pack

0 commit comments

Comments
 (0)