Skip to content

Commit

Permalink
add install step back in
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Dec 5, 2021
1 parent f685fb0 commit 926b2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/project_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ module.exports = {
task: this.buildTask,
versionFile: "package.json",
releaseWorkflowName: "Publish",
releaseWorkflowSetupSteps: this.installWorkflowSteps,
});
}

Expand Down

0 comments on commit 926b2dc

Please sign in to comment.