Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Sep 29, 2024
1 parent 38715f6 commit eedaab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
# with:
# dotnet-version: 8.x

- name: Restore dependencies
run: dotnet restore
# - name: Restore dependencies
# run: dotnet restore

- name: Update version
run: dotnet script "${{ github.WORKSPACE }}/src/UpdateVersion.csx"
run: dotnet script "src/UpdateVersion.csx"
env:
GITHUB_RUN_NUMBER: ${{ github.run_number }}
shell: pwsh
Expand Down

0 comments on commit eedaab1

Please sign in to comment.