Skip to content

Commit

Permalink
fix: combine ci and release workflows (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Dec 5, 2023
1 parent 66de103 commit 7dc816b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,17 @@ jobs:
with:
name: v${{ steps.nbgv.outputs.SemVer2 }}
tag_name: v${{ steps.nbgv.outputs.SemVer2 }}
token: ${{ secrets.RELEASE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
- name: Wait for GitHub release to be available
run: sleep 30s
shell: bash
- name: Comment on relevant PRs and issues
uses: apexskier/github-release-commenter@v1.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
This is addressed in release {release_link}.
label-template: |
state: released
17 changes: 0 additions & 17 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 7dc816b

Please sign in to comment.