Skip to content

Commit 6636af9

Browse files
authored
Update create-release.yml
1 parent 5d9e599 commit 6636af9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
env:
12+
PROJECT_NAME: SQLServerPing
1113

1214
strategy:
1315
matrix:
@@ -50,14 +52,6 @@ jobs:
5052
name: ${{ env.FILENAME }}
5153
path: ${{ env.FILENAME }}
5254

53-
# - name: Create GitHub Release
54-
#uses: softprops/action-gh-release@v1
55-
#with:
56-
#files: ${{ env.FILENAME }}
57-
#env:
58-
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
60-
6155
release:
6256
needs: build
6357
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)