Skip to content

using git remote -v to get the identifier for first remote listed on … #150

using git remote -v to get the identifier for first remote listed on …

using git remote -v to get the identifier for first remote listed on … #150

name: Merge to main
on:
push:
branches:
- main
jobs:
draft_release:
runs-on: ubuntu-20.04
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}