Skip to content

Commit

Permalink
Replace out-of-date action
Browse files Browse the repository at this point in the history
The update to node 16 has been un-merged for a long time: marvinpinto/action-automatic-releases#2
  • Loading branch information
ps-jay committed Sep 20, 2023
1 parent 4846cba commit 4415fcb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 4415fcb

Please sign in to comment.