Skip to content

Commit

Permalink
Hacking for release note generation
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 3, 2022
1 parent 6fcce82 commit f2307eb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ame: Build Release Notes

on:
push:
tags: [ * ]

jobs:
build-release:
# if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/[email protected]
- name: Hack
run: |
echo "github.ref: ${{ github.ref }}"

0 comments on commit f2307eb

Please sign in to comment.