Replace out-of-date action

The update to node 16 has been un-merged for a long time: https://github.com/marvinpinto/action-automatic-releases/pull/2
This commit is contained in:
Phil Jay
2023-09-20 10:33:38 +10:00
parent 4846cbaf9d
commit 4415fcb6c0

View File

@@ -55,10 +55,9 @@ jobs:
scheme: calver
- name: Release version
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1
uses: softprops/action-gh-release@v1
if: ${{ github.ref_name == github.event.repository.default_branch }}
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
draft: false
prerelease: false
automatic_release_tag: "${{ steps.version-increment.outputs.VERSION }}"
tag_name: "${{ steps.version-increment.outputs.VERSION }}"