Skip to content

Commit 2672a07

Browse files
authored
Clean up Release.yml by removing defaults section
Removed default run working directory configuration.
1 parent c32b9f1 commit 2672a07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
run-release-script:
99
runs-on: ubuntu-latest
1010
timeout-minutes: 5
11-
defaults:
12-
run:
13-
working-directory:
1411
steps:
1512
- name: Checkout code
1613
uses: actions/checkout@v4
@@ -22,4 +19,4 @@ jobs:
2219

2320
- name: Publish to npm
2421
id: publish
25-
run: npx --yes needle-publish-helper@next publish "." --webhook "${{ secrets.WEBHOOK_URL }}" --registry https://packages.needle.tools --access-token "${{ secrets.NPM_TOKEN }}" --create-tag release/ --llm-api-key "${{ secrets.LLM_API_KEY }}"
22+
run: npx --yes needle-publish-helper@next publish "." --webhook "${{ secrets.WEBHOOK_URL }}" --registry https://packages.needle.tools --access-token "${{ secrets.NPM_TOKEN }}" --create-tag release/ --llm-api-key "${{ secrets.LLM_API_KEY }}"

0 commit comments

Comments
 (0)