Skip to content

Auto Create Release

Auto Create Release #1

name: Auto Create Release
on:
workflow_dispatch:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: echo ${{ github.sha }} > Release.txt
- name: Test
run: cat Release.txt
- name: Generate Changelog
run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.md
- name: Release
uses: softprops/action-gh-release@v2
with:
body: |
Line1
Line2
Line3
draft: false
prerelease: false
discussion_category_name: 🙌 Show and tell
generate_release_notes: true
make_latest: true
token: ${{ secrets.Apple_Shortcuts_Gallery }}
files: |
Shortcuts_Backup_with_Folders.zip
Shortcuts_Backup_without_Folders.zip