Skip to content

Commit a14bc1a

Browse files
author
Eugene Cheung
authored
chore: use action to get release by current SHA for Slack notification [skip ci] (#74)
1 parent e494eb2 commit a14bc1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@ project.release.addJobs({
131131
{
132132
name: "Get release",
133133
id: "get_release",
134-
uses: "bruceadams/[email protected]",
134+
uses: "cardinalby/git-get-release-action@v1",
135+
with: {
136+
searchLimit: 1,
137+
},
135138
env: {
136139
GITHUB_TOKEN: "${{ github.token }}",
137140
},

0 commit comments

Comments
 (0)