Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jan 28, 2024
1 parent 5e1a694 commit 7fe77d6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,12 @@ jobs:
useConfigFile: true
configFilePath: gitversion.yml

- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "Does this post?
${{ steps.gitversion.outputs.majorMinorPatch }}
${{ steps.gitversion.outputs.commitsSinceVersionSourcePadded }}
${{ steps.gitversion.outputs.preReleaseNumber }}
"
body: "Next version is » ${{ steps.gitversion.outputs.majorMinorPatch }}.${{ steps.gitversion.outputs.preReleaseNumber }}"
})

0 comments on commit 7fe77d6

Please sign in to comment.