Skip to content

Commit

Permalink
removed 2nd tag check from cd
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose100 committed May 9, 2024
1 parent cee413e commit 0d42c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: sudo dotnet publish -r linux-x64 -c Release -o /app/linux-x64/ CloseAsteroids.csproj
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ github.ref_name }}
token: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 0d42c9e

Please sign in to comment.