Skip to content

Commit

Permalink
Bump Endjin.PRAutoflow from 0.0.0 to 0.1.0 in .github/workflows (#76)
Browse files Browse the repository at this point in the history
* Committing changes

* Committing changes

* Committing changes

* Committing changes

* Committing changes

* Committing changes

* Committing changes

---------

Co-authored-by: dependjinbot <[email protected]>
  • Loading branch information
dependjinbot[bot] and dependjinbot authored Jun 19, 2023
1 parent 331d940 commit 010a193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ jobs:
id: run_gitversion
run: |
pwsh -noprofile -c 'dotnet-gitversion /diag'
pwsh -noprofile -c '(dotnet-gitversion | ConvertFrom-Json).psobject.properties | % { echo ("{0}={1}" -f $_.name, $_.value) >> $GITHUB_OUTPUT }'
- name: Generate token
id: generate_token
Expand All @@ -217,7 +216,7 @@ jobs:
const tag = await github.request(('POST ' + uri_path), {
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
ref: 'refs/tags/${{ steps.run_gitversion.outputs.MajorMinorPatch }}',
ref: 'refs/tags/${{ env.GitVersion_MajorMinorPatch }}',
sha: '${{ needs.lookup_default_branch.outputs.head_commit }}'
})
Expand Down

0 comments on commit 010a193

Please sign in to comment.