Skip to content

Commit

Permalink
chore: fix missing version from Slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Jun 1, 2023
1 parent a45e13c commit 2616591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml

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

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ project.release?.addJobs({
contents: JobPermission.READ,
},
steps: [
{
name: "git checkout",
uses: "actions/checkout@v3",
},
{
name: "Get the latest tag (version) from git",
id: "git_label",
Expand Down

0 comments on commit 2616591

Please sign in to comment.