Skip to content

Commit

Permalink
build: Release token
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 14, 2023
1 parent 04b2162 commit bff6672
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,10 @@ jobs:
name: Create a release
if: env.exists == 'false'
uses: action-pack/github-release@v2
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
with:
tag: "v${{ steps.meta.outputs.version }}"
title: "v${{ steps.meta.outputs.version }}"
token: ${{ secrets.REPO_ACCESS_TOKEN }}
-
name: Send mail
if: env.exists == 'false'
Expand Down

0 comments on commit bff6672

Please sign in to comment.