Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AlexNek/BabylonBlazor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNek committed Jun 28, 2021
2 parents c705c59 + 3eccca5 commit ebffcb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
dotnet-version: 5.0.201

- run: echo "Tag ${{ github.ref }}--."

- name: Build
shell: bash
run: |
Expand All @@ -50,7 +52,6 @@ jobs:
rm -r "$release_name"
- name: Publish
- run: echo "Tag ${{ github.ref }} ."

uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit ebffcb4

Please sign in to comment.