Skip to content

Commit

Permalink
Update github-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNek authored Jun 27, 2021
1 parent 1c71df7 commit 3eccca5
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 3eccca5

Please sign in to comment.