Skip to content

Commit

Permalink
fix: use default build agent
Browse files Browse the repository at this point in the history
  • Loading branch information
medevod committed Apr 17, 2024
1 parent 1db1116 commit 6998f28
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ jobs:
dotnet tool install -g minver-cli -v q
APP_VERSION=`minver`
echo "Adding version to GITHUB_ENV: APP_VERSION=$APP_VERSION"
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
# Setup .NET Core SDK
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV
# Install Azure sorage emulator
- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down

0 comments on commit 6998f28

Please sign in to comment.