Skip to content

chore: rename repo to bzlparty_quickjs #1

chore: rename repo to bzlparty_quickjs

chore: rename repo to bzlparty_quickjs #1

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: build.sh
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
files: |
rules_quickjs-*.tar.gz
body_path: release_notes.md
fail_on_unmatched_files: true