chore: enable automatic releases

This commit is contained in:
Ankush Menat
2023-10-20 17:33:49 +05:30
parent 5cca001a58
commit b9e4719045

View File

@@ -2,14 +2,14 @@ name: Generate Semantic Release
on: on:
push: push:
branches: branches:
- version-14 - version-15
jobs: jobs:
release: release:
name: Release name: Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Entire Repository - name: Checkout Entire Repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false