Skip to content

Commit

Permalink
attempt to fix this GitHub Action error:
Browse files Browse the repository at this point in the history
Run actions/create-release@v1
  with:
    tag_name: v-fe69441
    release_name: Release -fe69441
    draft: false
    prerelease: false
  env:
    GITHUB_TOKEN: ***
Error: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}
  • Loading branch information
EugenDueck committed Mar 14, 2024
1 parent fe69441 commit 15ee065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
# Create a GitHub release
- name: Create Release
id: create_release
if: matrix.os == 'linux'
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 15ee065

Please sign in to comment.