We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1206551 commit 2e529adCopy full SHA for 2e529ad
1 file changed
.github/workflows/release.yaml
@@ -17,11 +17,10 @@ jobs:
17
token: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
18
- name: Setup Node
19
uses: actions/setup-node@v3
20
- with:
21
with:
22
node-version: '22'
23
registry-url: 'https://registry.npmjs.org'
24
- always-auth: false # important for trusted publishing
+ always-auth: false # important for trusted publishing
25
- name: Configure CI Git User
26
run: |
27
git config --global user.name $CONFIG_USERNAME
0 commit comments