Skip to content

Commit

Permalink
fix: add master
Browse files Browse the repository at this point in the history
  • Loading branch information
loekd authored Aug 21, 2024
1 parent 08dace0 commit 804d8de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/NuGetCD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup master branch locally without switching current branch
run: git fetch origin master:master

# Check for SF updates before creating a new release
- name: Check for SF NuGet Package Version Change
Expand Down

0 comments on commit 804d8de

Please sign in to comment.