edit-without-waiting 0.2.0

Open a file in the default text editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Publish GitHub release

on:
  push:
    tags:
      - v*

jobs:
  Publish:
    permissions:
      contents: write
    if: startsWith(github.ref, 'refs/tags/v')
    uses: cubing/actions-workflows/.github/workflows/publish-github-release.yaml@main