diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ef36bc1..f7c0d21 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -35,6 +35,8 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: + contents: write steps: - name: setup version tag @@ -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 }} \ No newline at end of file + uses: ncipollo/release-action@v1 \ No newline at end of file