Skip to content

Commit

Permalink
TRY release
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 7, 2023
1 parent 336b468 commit 9b83dad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Prepare release

on:
push:
tags:
- "v[0-9]*.[0-9]*"

jobs:
update-release-notes:
name: Update release
runs-on: ubuntu-latest
env:
# fake github tag
GITHUB_REF_NAME: v0.17
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -33,6 +34,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
tag_name: 0.17-bzlmod
body_path: release_notes.txt
fail_on_unmatched_files: true
files: ${{ steps.archive.outputs.tgz }}

0 comments on commit 9b83dad

Please sign in to comment.