Skip to content

Commit

Permalink
chore: enable automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Oct 20, 2023
1 parent 5cca001 commit b9e4719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Generate Semantic Release
on:
push:
branches:
- version-14
- version-15
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Entire Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down

0 comments on commit b9e4719

Please sign in to comment.