mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
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:
5
.github/workflows/test-and-release.yml
vendored
5
.github/workflows/test-and-release.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user