Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Oct 1, 2024
2 parents 1b8b45f + 75d58ac commit 7089a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- "v*.*.*" # Triggers on version tags like v1.0.0

permissions:
contents: write

jobs:
create_release:
runs-on: ubuntu-latest
Expand All @@ -23,4 +26,4 @@ jobs:
commit: ${{ github.sha }}
draft: false
prerelease: false
generateReleaseNotes: true
generateReleaseNotes: true
2 changes: 1 addition & 1 deletion scripts/launcher
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,4 @@ if [ "$CONFIRM" == "yes" ]; then
fi
else
echo -e "${RED}Command execution aborted.${NC}"
fi
fi

0 comments on commit 7089a96

Please sign in to comment.