Skip to content

Commit

Permalink
chore: temporarily generate release notes when opening pr
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu committed Mar 11, 2024
1 parent a63daa4 commit abbd0fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Release
on:
push
branches:
- 'main'
# branches:
# - 'main'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'

- uses: paulhatch/semantic-version@v5.3.0
Expand Down

0 comments on commit abbd0fa

Please sign in to comment.