Skip to content

Commit

Permalink
use different release action
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Mar 19, 2024
1 parent 216452c commit 679ecab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: create release
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ github.token }}
with:
title: ${{ github.ref_name }}
uses: ncipollo/release-action@v1

0 comments on commit 679ecab

Please sign in to comment.