Skip to content

Commit

Permalink
Merge branch 'releases/v5' into bugfix/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs authored Oct 9, 2024
2 parents 42bce6d + 492ffbe commit d48f8da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async function run() {
if (!skipTag) {
await git.createTag(gitTag)
} else {
core.info('We not going to the tag the GIT changes')
core.info('We are not going to the tag the GIT changes')
}

if (gitPush) {
Expand All @@ -229,7 +229,7 @@ async function run() {
}

} else {
core.info('We not going to push the GIT changes')
core.info('We are not going to push the GIT changes')
}

// Set outputs so other actions (for example actions/create-release) can use it
Expand Down Expand Up @@ -271,4 +271,4 @@ process.on('unhandledRejection', (reason, promise) => {
core.setFailed(error)
})

run()
run()

0 comments on commit d48f8da

Please sign in to comment.