Skip to content

Commit

Permalink
fix: fetch all tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
aochmann committed Feb 25, 2021
1 parent b32b1af commit 8df0089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Packages Release
name: (NuGet) GitHub Packages Release

on:
workflow_run:
Expand Down Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Checkout commit
uses: actions/checkout@v2
with:
ref: master
ref: master
fetch-depth: 0

- name: Get version
run: |
Expand Down

0 comments on commit 8df0089

Please sign in to comment.