Skip to content

Commit

Permalink
ci: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed May 5, 2023
1 parent 4223b06 commit 8994cb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Publish Release
uses: Leomotors/auto-publish-release@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_TITLE: "Salim Bot {VERSION}"
VERSION_MUST_INCREASE: true
TAG: ${{ github.ref }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
title: "Salim Bot"

0 comments on commit 8994cb6

Please sign in to comment.