Skip to content

Commit

Permalink
feat(motor): release @sidiousware/motor
Browse files Browse the repository at this point in the history
  • Loading branch information
sidiousvic committed Jul 10, 2022
1 parent d5e7d12 commit 92bf4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: 12.17.0
- name: Setup package.json
run: echo '{"main":"esm/mod.js","name":"motor","version":"0.0.0","publishConfig":{"access":"public"},"scripts":{"semantic-release":"semantic-release"},"repository":{"type":"git","url":"https://github.com/sidiousvic/motor.git"},"author":"sidiousvic","license":"MIT","bugs":{"url":"https://github.com/sidiousvic/motor/issues"},"homepage":"https://github.com/sidiousvic/motor","devDependencies":{"semantic-release":"^17.0.4"}}' > package.json
run: echo '{"main":"esm/mod.js","name":"@sidiousware/motor","version":"0.0.0","publishConfig":{"access":"public"},"scripts":{"semantic-release":"semantic-release"},"repository":{"type":"git","url":"https://github.com/sidiousvic/motor.git"},"author":"sidiousvic","license":"MIT","bugs":{"url":"https://github.com/sidiousvic/motor/issues"},"homepage":"https://github.com/sidiousvic/motor","devDependencies":{"semantic-release":"^17.0.4"}}' > package.json
- name: Install dependencies
run: npm install
- name: Release
Expand Down

0 comments on commit 92bf4d0

Please sign in to comment.