Skip to content

Commit 2e529ad

Browse files
committed
feat(chore): fix release yaml
1 parent 1206551 commit 2e529ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
token: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
1818
- name: Setup Node
1919
uses: actions/setup-node@v3
20-
with:
2120
with:
2221
node-version: '22'
2322
registry-url: 'https://registry.npmjs.org'
24-
always-auth: false # important for trusted publishing
23+
always-auth: false # important for trusted publishing
2524
- name: Configure CI Git User
2625
run: |
2726
git config --global user.name $CONFIG_USERNAME

0 commit comments

Comments
 (0)