Skip to content

Commit

Permalink
updates for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkylstad committed Nov 8, 2024
1 parent 406ad7a commit aaa3872
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ echo "New version: $NEW_VERSION"

echo "{\"tag_name\":\"$NEW_VERSION\",\"name\":\"${NEW_VERSION}\",\"draft\":true,\"prerelease\":false,\"generate_release_notes\":true}"


# TODO: Flip from draft to release when ready and tested.
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
# run every friday at 15:00
- cron: '0 9 * * 5'

workflow_dispatch:

# For testing purposes, remove before merge
pull_request:
types: [edited]
branches:
- main

jobs:
generate-release:
name: Run release script
Expand Down

0 comments on commit aaa3872

Please sign in to comment.