We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e348a4b commit a7d8401Copy full SHA for a7d8401
1 file changed
.github/workflows/nuget-release.yml
@@ -15,10 +15,10 @@ jobs:
15
with:
16
dotnet-version: "9.x.x"
17
18
- - name: Verify commit exists in origin/main
+ - name: Verify commit exists in origin/dev
19
run: |
20
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
21
- git branch --remote --contains | grep origin/main
+ git branch --remote --contains | grep origin/dev
22
23
- name: Set VERSION variable from tag
24
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
0 commit comments