Skip to content

Merge pull request #15 from devlopersabbir/sabbir #13

Merge pull request #15 from devlopersabbir/sabbir

Merge pull request #15 from devlopersabbir/sabbir #13

Workflow file for this run

name: Create Release
on:
push:
branches: ["main"]
tags:
- v*.*.*
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create Release for Tag
run: echo "TODO: we have to create a Release notes genetor CI"

Check failure on line 17 in .github/workflows/release-tag.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-tag.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
env:
RELEASE_NOTE_WRITE: ${{ secrets.RELEASE_NOTE_WRITE }}