Skip to content

Commit

Permalink
Add beta suffix to notification
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessa committed Nov 13, 2023
1 parent a3ae7fb commit a03a0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/notify-release/dist/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/notify-release/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const run = async () => {
return;
}

const version = packageJson.version;
const version = `${packageJson.version}-beta.${process.env.GITHUB_RUN_NUMBER}`;

await slack.files.uploadV2({
channel_id: process.env.SLACK_CHANNEL_ID,
Expand Down

0 comments on commit a03a0ff

Please sign in to comment.