Skip to content

Commit

Permalink
fix(publish release): calling release generation from release publish…
Browse files Browse the repository at this point in the history
…. Removed release generation from main pushes
  • Loading branch information
Supermanuu committed Aug 9, 2024
1 parent f56bf79 commit 86e201c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- uses: actions/checkout@v4

- uses: ./.github/workflows/release.yml@main

- name: Bump version and push tag
id: tag
uses: mathieudutour/github-tag-action@v6.2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: release

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_call:
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# TODO
# TO DO

* add auto-release generation from PR
* fix closed PR name

0 comments on commit 86e201c

Please sign in to comment.