Skip to content

Commit

Permalink
List branches
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 20, 2020
1 parent 3d1d0d0 commit b32c59d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ jobs:

steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Fetch tags and master
run: |
git fetch --tags
echo REF: $GITHUB_REF
echo SHA: $GITHUB_SHA
echo GIT_BRANCH=$GITHUB_REF >> $GITHUB_ENV
git branches --remote
- name: Determine .net core version
uses: credfeto/[email protected]
- name: Setup .NET Core
Expand Down

0 comments on commit b32c59d

Please sign in to comment.