Skip to content

Commit 82d3662

Browse files
committed
Bug Fix SecNtfy Url
• Fixed incorrect SecNtfy Url #49 • Changed Build Scripts
1 parent 26f0d51 commit 82d3662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
jobs:
1414
release-project:
15-
if: startsWith(github.ref, 'refs/tags/v')
1615
name: Release application to GitHub
1716
strategy:
1817
matrix:
@@ -74,6 +73,7 @@ jobs:
7473
env:
7574
GITHUB_TOKEN: ${{ secrets.GH_RELEASE }}
7675
- name: Upload asset to GitHub Release
76+
if: startsWith(github.ref, 'refs/tags/v')
7777
uses: actions/upload-release-asset@v1
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GH_RELEASE }}

0 commit comments

Comments
 (0)