Skip to content

Commit 00895aa

Browse files
committed
ci: try again to get the push to work
1 parent cd8f57a commit 00895aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
cd:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14-
with:
15-
token: ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later
1613
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1714
with:
1815
cache: 'npm'
@@ -25,6 +22,10 @@ jobs:
2522
git config --global user.name 'GitHub Actions'
2623
git config --global user.email 'github-actions@localhost'
2724
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+
with:
27+
token: ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later
28+
2829
- uses: ./.github/actions/install-dependencies
2930

3031
- name: Update the version in the package files

0 commit comments

Comments
 (0)