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 0b6b3d2 commit 7c9b1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo REF: $GITHUB_REF
echo SHA: $GITHUB_SHA
echo GIT_BRANCH=$GITHUB_REF >> $GITHUB_ENV
git branches --remote
git branch --remote
- name: Determine .net core version
uses: credfeto/[email protected]
- name: Setup .NET Core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo REF: $GITHUB_REF
echo SHA: $GITHUB_SHA
echo GIT_BRANCH=$GITHUB_REF >> $GITHUB_ENV
git branches --remote
git branch --remote
- name: Determine .net core version
uses: credfeto/[email protected]
- name: Setup .NET Core
Expand Down

0 comments on commit 7c9b1b7

Please sign in to comment.