Skip to content

Commit 6c6d6f7

Browse files
committed
Test another publish cycle
1 parent fcf5070 commit 6c6d6f7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.changeset/calm-garlics-trade.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Test another publish cycle

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
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"]
@@ -75,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)