Skip to content

Commit

Permalink
fix: undefined function
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 29, 2023
1 parent b5175da commit 4c189e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ async function run() {
const remoteGitRepoUrl = `https://${githubToken}:[email protected]/${process.env.GITHUB_REPOSITORY}.git`
await runInWorkspace('git', ['push', remoteGitRepoUrl])
await runInWorkspace('git', ['push', remoteGitRepoUrl, '--tags'])
await uploadDartProject()
} catch (error) {
core.setFailed(`Action failed with error: ${error}`)
}
Expand Down

0 comments on commit 4c189e1

Please sign in to comment.