Skip to content

Change release action and enable release notes #11

Change release action and enable release notes

Change release action and enable release notes #11

Workflow file for this run

name: Release
# Controls when the workflow will run
on:
push:
tags:
- "*"
jobs:
release:
name: Release action
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout code
uses: actions/checkout@v5
- name: Create Release
uses: Polectron/action-gh-release@v1
with:
generate_release_notes: true
files: |
fixchrome
install.sh