Skip to content

Commit

Permalink
release by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 1, 2025
1 parent 1fdbfd7 commit 5761a41
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
name: Bump version
name: Bump Version

on:
workflow_dispatch
workflow_run:
workflows: ["CI"] # The name of your CI workflow
types:
- completed

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' &&
github.ref == 'refs/heads/main' }} # Ensure CI passed and we are on main branch
steps:
- name: Checkout [${{ github.repository }}]
- name: Checkout Repository
uses: actions/checkout@v4

- name: Generate Tag
Expand Down

0 comments on commit 5761a41

Please sign in to comment.