Skip to content

Commit

Permalink
fix: readdress workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Oct 29, 2024
1 parent b4c0e34 commit 28f4988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
WORKFLOWREF: ${{ github.workflow_ref }}
REPO: ${{ github.repository }}
run: |
npm run ci -- --gh-token "$GITHUB_TOKEN" --package "$PACKAGE" --dist-tag "$DISTTAG" --workflow-ref "$WORKFLOWREF" --ci-workspace-path "$CI_WORKSPACE_PATH" --ci-action-path "$CI_ACTION_PATH" --repo "$REPO"
npm run ci -- --gh-token "$GITHUB_TOKEN" --package "$PACKAGE" --dist-tag "$DISTTAG" --workflow-ref "$WORKFLOWREF" --ci-workspace-path "/tmp" --ci-action-path "$CI_ACTION_PATH" --repo "$REPO"
shell: bash
working-directory: ${{ github.action_path }}
- name: Remember the dist tag data
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsdelivr-purge-npm",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/List-KR/jsdelivr-purge-npm"
Expand Down

0 comments on commit 28f4988

Please sign in to comment.