Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Feb 25, 2021
1 parent f8f7741 commit d5f531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: dotnet publish
run: |
dotnet publish ./ReactSpaTemplate/ -o publish -c release
dotnet publish ./ReactSpaTemplate/ -o publish -c release -r linux-x64
- name: repository name fix
run: echo "image_repository_name=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
Expand Down

0 comments on commit d5f531b

Please sign in to comment.