Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/TomaT3/ioBroker.net into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Neu committed Jun 19, 2021
2 parents e50ffc9 + a9594f3 commit 691341e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
lfs: true
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
lfs: true

- id: get_version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit 691341e

Please sign in to comment.