File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: Always be deploying
22
33on :
44 pull_request :
5- paths-ignore :
5+ paths-ignore :
66 - ' README.md'
77 - ' .editorconfig'
88 push :
99 paths-ignore :
1010 - ' README.md'
1111 - ' .editorconfig'
1212 branches :
13- - master
13+ - master
1414 tags :
1515 - " *.*.*"
1616
3434 source-url : https://nuget.pkg.github.com/editorconfig/index.json
3535 env :
3636 NUGET_AUTH_TOKEN : ${{github.token}}
37-
37+
3838 - name : Build
3939 run : ./build.sh build -s true
4040 - name : Generate local nuget packages
6060 env :
6161 GH_TOKEN : ${{ github.token }}
6262 run : ./build.sh createreleaseongithub -s true --token "$GH_TOKEN"
63-
63+
6464 - name : release to nuget.org
6565 if : github.event_name == 'push' && startswith(github.ref, 'refs/tags')
6666 env :
You can’t perform that action at this time.
0 commit comments