Skip to content

Commit

Permalink
Update ecotag-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Oct 11, 2023
1 parent 182b62a commit 54979ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ecotag-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
- run: dotnet test

build-linux:
Expand All @@ -45,7 +45,7 @@ jobs:
run: npm run build-storybook
working-directory: src/Ecotag/ClientApp

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3

#- name: Sonarqube Begin
# if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
- run: dotnet publish ./src/MlCli/MlCli.csproj -c Release -r osx-x64 --self-contained=true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:AssemblyVersion=${{ needs.tags.outputs.new_version }} --output ./drop/osx-x64/ml-cli
- name: Zip Release
uses: TheDoctor0/zip-release@0.6.0
Expand Down

0 comments on commit 54979ac

Please sign in to comment.