Skip to content

Commit

Permalink
ci: specify dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 20, 2024
1 parent 26a18f1 commit 44d2787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish to NPM on new releases
name: Build and publish to NPM on new releases
on:
push:
branches:
- main
jobs:
npm-publish:
name: npm-publish
name: Build (and, if relevant, publish) Termivolt
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -21,7 +21,7 @@ jobs:
tag_name: "v%s"
tag_message: "v%s"
commit_pattern: "^release(termivolt): (\\S+)"
workspace: "."
workspace: "./packages/termivolt"
publish_command: "yarn"
publish_args: "--non-interactive"
env:
Expand Down

0 comments on commit 44d2787

Please sign in to comment.