[go: nahoru, domu]

Skip to content

Commit

Permalink
update github actions to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
dekzitfz committed Nov 30, 2023
1 parent 0c49dc2 commit 42c2c6b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: setup version tag
Expand All @@ -49,8 +51,4 @@ jobs:
uses: actions/checkout@v3

- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: ${{ steps.versiontag.outputs.tag }}
uses: ncipollo/release-action@v1

0 comments on commit 42c2c6b

Please sign in to comment.