Skip to content

Commit

Permalink
fix: wkin directory for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopsimek committed Sep 21, 2023
1 parent 2b44a8f commit 2239bbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ jobs:
test-action:
name: "Release Action"
runs-on: ubuntu-latest
defaults:
run:
working-directory: libraries/js-lib
steps:
- uses: actions/checkout@v3
- id: test-action
uses: ./
with:
release-type: node
package-name: hello-world
package-name: prs-test-js-lib
prerelease: true
extra-files: |
README.md
Expand Down
2 changes: 1 addition & 1 deletion libraries/js-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "js-lib",
"name": "prs-test-js-lib",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 2239bbe

Please sign in to comment.