File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-solana-program " : patch
3+ ---
4+
5+ Test another publish cycle
Original file line number Diff line number Diff line change 3131 tests :
3232 name : Test
3333 runs-on : ubuntu-latest
34- if : false
3534 strategy :
3635 matrix :
3736 solana : ["1.17.24", "1.18.4"]
7574 name : Release
7675 runs-on : ubuntu-latest
7776 if : github.event_name == 'push'
78- needs : [lint]
77+ needs : [lint, tests ]
7978 outputs :
8079 published : ${{ steps.changesets.outputs.published }}
8180 steps :
@@ -114,8 +113,8 @@ jobs:
114113 ${{ runner.os }}-crates-solana-v${{ env.SOLANA_VERSION }}
115114 - name : Setup git user
116115 run : |
117- git config --global user.email "github@solana .com"
118- git config --global user.name "solana- bot"
116+ git config --global user.email "github-actions@github .com"
117+ git config --global user.name "github-actions[ bot] "
119118 - name : Create Release Pull Request or Publish
120119 id : changesets
121120 uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments