Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 19, 2024
1 parent 285f6f5 commit 500dce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-canyon",
"version": "1.8.78-beta.27",
"version": "1.8.78-beta.28",
"description": "",
"scripts": {
"release": "babel src --extensions \".ts\" --out-dir lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function _getSHA(inputs: UploaderInputs): string {

function _getSlug(inputs: UploaderInputs): string {
const { args, envs } = inputs
if (args.slug !== '') return args.slug
// if (args.slug !== '') return args.slug
return envs.GITHUB_REPOSITORY || ''
}

Expand Down

0 comments on commit 500dce0

Please sign in to comment.